ezgisendil / SWE573-WebDevelopmentProject

Repository for a web development project in Software Development Practice course - Fall 2021
0 stars 0 forks source link

SWE573-WebDevelopmentProject

Repository for Software Development Practice course

Visit Wiki page for project details.

Project Code is available in master branch.

How to install and run the project

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

How to run on Docker

git clone https://github.com/ezgisl/SWE573-WebDevelopmentProject.git

docker-compose up --build