https://github.com/tarequzzaman/fastapi-practice
This is an example of FastAPI application
https://github.com/tarequzzaman/fastapi-practice
fast-api fastapi fastapi-project-structurre python template-fastapi
Last synced: 7 months ago
JSON representation
This is an example of FastAPI application
- Host: GitHub
- URL: https://github.com/tarequzzaman/fastapi-practice
- Owner: Tarequzzaman
- License: mit
- Created: 2021-04-08T16:00:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T18:25:38.000Z (about 3 years ago)
- Last Synced: 2025-03-27T01:34:31.671Z (about 1 year ago)
- Topics: fast-api, fastapi, fastapi-project-structurre, python, template-fastapi
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Project Description:
-----
Fast API Project for CRUD Operation & API serving using sqlalchemy.
DB: PostgreSQL- 15.2
### Installation & Run:
-----
Rename .env.example to .env
```
docker-compose build
```
Then
```
docker-compose up
```
or to run demon mode
```
docker-compose up -d
```
Visit:
http://127.0.0.1:8004/docs