NetLab API Solutions

NetLab-no-background

In this repository you can find the API Rest program for social networks made possible by a team formed by:

Product Owner

David Garcia

Project Manager

Felix Zambrano

Lead Data Programmer

Alexandra Mendoza

Lead Tech Programmer

Victor Arbiol

Programmer

Yuan Chen

Instructions:

Create FastAPI server with: "uvicorn api:app --reload"

http://127.0.0.1:8000/api/v1/

http://127.0.0.1:8000/api/v1/docs

to create docker net: sudo docker network create red

sudo docker run -d --network red -p 8000:8000 systemdeveloper868/apirest

To download docker: docker pull systemdeveloper868/apirest