Repository for Software Development Practice course
Visit Wiki page for project details.
Project Code is available in master branch.
git clone https://github.com/ezgisl/SWE573-WebDevelopmentProject.git
python -m venv venv
cd venv
.\Scripts\activate
cd..
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
git clone https://github.com/ezgisl/SWE573-WebDevelopmentProject.git
docker-compose up --build