a minimal twitter backend developed with Django
the goal of this project is to showcase my skills and learn and deploy new tools at the same time.
this projects main focus is the RESTful API not the entire twitter backend
-
gonna update the docker file and docker compose to meet projects needs
-
caching with redis
-
Testing
-
add celery jobs to automate processes (send emails for reset pass and sign up)
-
swagger docs
latest update 1/21/2024
db: PostgreSQL
-
updated all the structures to meet industry needs
-
added DRF -> class based views and model serializers
-
dockerized the project and added the docker compose file and docker ignore
-
added celery worker
-
added pre-commit and black to create a standardized format all over the project
coming soon ...