Skip to content

HariRags/gymcapacity-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages