Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 531 Bytes

To run follow this steps

1.Clone respository : git clone https://github.com/HariRags/gymcapacity-backend.git
2.Setup virtual environment
py -m venv venv
venv\Scripts\activate.bat
3. install django(python3 -m pip install Django) and djangorestframework (python3 -m pip install Djangorestframework)
and corsheaders python3 -m pip install django-cors-headers

Then run these commands

  1. python3 manage.py makemigrations

  2. python3 manage.py migrate

  3. python3 manage.py runserver