Skip to content

IO-2023-project/software-engineering-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

software-engineering-project

Group project for uni software engineering class.

Get started to work with this project

Install python and virtualenv using your favorite package manager.

Set up virtualenv and install dependencies:

virtualenv venv

# on linux:
. venv/bin/activate
# on Windows:
venv/bin/activate.bat

pip install -r requirements.txt

Remember to switch to the virtual environment when doing anything with this project

Run the django server with:

python manage.py runserver

About

Group project for uni software engineering class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5