Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 618 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 618 Bytes

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!