a django project to generate rest api To run the code on your device(Ubuntu): Open terminal and follow...
- mkdir file && cd file and then git clone https://github.com/archi-007/restapi.git
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install requirements.txt
- python manage.py migrate
- python manage.py runserver
- Use postman to call the api