Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jean0t/fastapi_api

CRUD API created using FastAPI
https://github.com/jean0t/fastapi_api

api-rest fastapi postgresql python3

Last synced: 2 days ago
JSON representation

CRUD API created using FastAPI

Awesome Lists containing this project

README

        

# FastAPI Restful API

use the command
```make run```
after installing all the dependencies with
```pip install -r requirements.txt```

you will see the endpoints and functions when accessing the localhost endpoint /docs:
```127.0.0.1/docs```