python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
GET,PUT,POST,DELETE
http://localhost:8000/api/medicamentos/
GET,PUT,POST,DELETE
http://localhost:8000/api/tratamientos/
GET,PUT,POST,DELETE
http://localhost:8000/api/enfermedades/
GET
http://localhost:8000/api/q_1/
http://localhost:8000/api/q_2/
http://localhost:8000/api/q_3/
http://localhost:8000/api/q_4/
Archivo local con los datos, db.sqlite3