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

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

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