Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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