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
-
python3 manage.py makemigrations
-
python3 manage.py migrate
-
python3 manage.py runserver