mkdir backend
python3 -m venv ./backend
cd backend
source bin/activate
git clone https://github.com/beinganukul/hackathon-backend.git
cd hackathon-backend
pip install -r requirements.txt
# to run
python3 manage.py runserver
beinganukul/hackathon-backend
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|