Skip to content

freeuni-digital-technologies/project-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project viewer

Setup and run

# installing dependencies
pipenv install 
# or if not using pipenv
python3 -m pip install Flask

# run
pipenv run app
# or
python3 -m flask run

Configuration

App needs these 3 files/directories, specified in paths.py

  • submissions_path - directory with all the submissions
  • scores_file - where to save scores
  • groups_file - json file for reading names and ids of groups

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published