Back end to manage requests and responses to UMISS
- Install Python 3.x https://www.python.org/downloads/
Install pip3
$ sudo apt-get install python3-pip
Starting Project
$ git clone https://github.com/CadeiraCuidadora/UMISS-backend
$ cd UMISS-backend/
Install all python packages
$ pip3 --user -r requirements.txt
Create tables in db
$ python3 manage.py migrate
$ python3 manage.py runserver
So, you can acess the network with this url on browser:
localhost:8000/
Documentation can be access on:
localhost:8000/docs