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

https://github.com/tarequzzaman/smart-learning-backend

Backend of AI learning platform
https://github.com/tarequzzaman/smart-learning-backend

celery fastapi mongodb openai-api postgresql python redis sqlalchemy

Last synced: 9 months ago
JSON representation

Backend of AI learning platform

Awesome Lists containing this project

README

          

### Project Description:
-----
Fast API Project for CRUD Operation & API serving using sqlalchemy.

DB: PostgreSQL- 17.4

### Prerequisites:
----
Docker must be installed on your system

https://www.docker.com/

### Installation & Run:
-----
Rename .env.example to .env

```
docker-compose build
```

Then

```
docker-compose up
```
or to run demon mode

```
docker-compose up -d
```

Visit for API docs:

http://127.0.0.1:8004/docs