Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jean0t/fastapi_api
- Owner: jean0t
- Created: 2024-04-19T17:23:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T16:03:24.000Z (9 months ago)
- Last Synced: 2024-11-10T14:28:43.704Z (2 months ago)
- Topics: api-rest, fastapi, postgresql, python3
- Language: Python
- Homepage:
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```