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
- Host: GitHub
- URL: https://github.com/tarequzzaman/smart-learning-backend
- Owner: Tarequzzaman
- License: mit
- Created: 2025-04-07T02:51:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T11:29:48.000Z (9 months ago)
- Last Synced: 2025-09-29T13:11:56.010Z (9 months ago)
- Topics: celery, fastapi, mongodb, openai-api, postgresql, python, redis, sqlalchemy
- Language: Python
- Homepage: https://www.smartlearningchampanion.com/
- Size: 122 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- 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