Api Django-RESTful with django-restframework made from Udemy - Gregoy Pacheco course
Python3.x.x Django2.x.x
Create a folder to store this project. Open this folder on terminal and run the following commands
git clone https://github.com/rodrigoddc/api-django-rest.git
python3 -m venv venv
on linux: source ./venv/bin/activate on windows: ./venv/Scripts/activate.bat
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
After that, you'll be able to access the project at 127.0.0.1:8000 or localhost:8000 on your browser