Skip to content

UmissTeam/UMISS-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMISS-backend

Back end to manage requests and responses to UMISS

Installation Guide

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