Skip to content

idlab-discover/student-list-service

Repository files navigation

Student List Service

Simple web server to convert exported Ufora (D2L Brightspace) student list containing Azure Entra ID usernames to a student list with UGent GitHub usernames.

Preview

Usage

We recommend to use a Python virtual environment.

  1. Install the required dependencies:

    pip install -r requirements.txt
  2. Update the .env file with the provided credentials.

  3. Start the app:

    flask run
  4. The app should now be accessible at http://localhost:5000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published