This API is based on python 100% and it is created by django rest framework.
- Clone the repository
- Create a virtual environment using command
python3 -m venv env
orpython -m venv env
or you can create virtual environmrnt usingpipenv
- Activate virtual enviornment using command
# for Linux source env/bin/activate # for Windows env/Source/activavte
- Install the dependencies using command
pip install -r requirements.txt
- Type
source env/bin/activate
- Run the server using command
python manage.py makemigrations
- Then run the server using command
python manage.py migrate
- Finally run the server using command
python manage.py runserver