/carsharing_backend

carsharing_backend

Primary LanguagePython

The backend repository of the Carsharing app.

Project under devellopment

Frontend based in ReactJS deployed in heroku.

Backend deployed on ubuntu server, nginx, asgi & wsgi on Okeanos VM.

  • Backend is a RESTFULL API based on django REST framework.
  • Authentication between backend-frontend is based on JWT tokens.
  • Redis is used for caching and mySQL as database.
  • Daphne is used for ASGI server and Gunicorn for WSGI!