Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeck0v/fastapi-celery-redis
Web App: Celery, Redis + FastApi
https://github.com/jeck0v/fastapi-celery-redis
celery crud fastapi firebase firebase-auth redis
Last synced: 15 days ago
JSON representation
Web App: Celery, Redis + FastApi
- Host: GitHub
- URL: https://github.com/jeck0v/fastapi-celery-redis
- Owner: Jeck0v
- Created: 2024-08-28T17:30:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T08:59:12.000Z (3 months ago)
- Last Synced: 2024-10-10T17:43:34.940Z (about 1 month ago)
- Topics: celery, crud, fastapi, firebase, firebase-auth, redis
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
FastApi - Celery - Redis
## 🛠️ Tech Stack
- [FastAPI](https://fastapi.tiangolo.com/)
- [Docker](https://www.docker.com/)
- [Firebase](https://firebase.google.com/)
- [Celery](https://derlin.github.io/introduction-to-fastapi-and-celery/)
- [Redis](https://redis.io/fr/)
Retrieve your .json file from firebase and put it in the auth folder, the path to the json in docker-compose.yml and in db/firebase.py
Then start the project
```bash
docker-compose up --build
```
You can test it:
http://localhost:8000/docs
For authentication you can use:
https://www.firebasejwt.com/
## Arnaud Fischer