FastAPI

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Build Status Coverage Package version

Requirements

Python 3.6+

FastAPI stands on the shoulders of giants:

Access the deployed API

You can access the deployed API documentation by clicking on the following link https://fast-api-itdt.herokuapp.com/docs

Installation

You should have git installed on your computer. You can download git here.

Also you need to have pip installed. You can install pip by running the following commands:

$ python get-pip.py

After installing git choose a folder that you want to run the project and run the following comand:

$ git clone https://github.com/Jhow-Rambo/itdt_backend_fastAPI.git
$ cd itdt_backend_fastAPI
$ pip install -r /path/to/requirements.txt
$ uvicorn main:app --reload --port 3000

After all this commands the API should be running. Try to access http://localhost:3000/docs to se the documentation.

License

This project is licensed under the terms of the MIT license.