Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.46 KB

Commed Backend

Database Model

Database UML diagram

Structure

.
|- doc -- Contains documentation about the project, 
|  |      as well as scripts, mainly plantuml, for 
|  |      generating the diagrams
|  | 
|  | 

Stack Used

  • Django - We will use Django for power up most of the services provided by the application
  • Spacy - it provides us a way to achieve a better ontology for searching
  • Docker - Container management.
  • SQLite - Open Source Database. Used only for development.
  • PostgreSQL - Open source database with full bateries. Used for development, integration tests and deployment.
  • Django Rest Framework - Makes Django a REST framework
  • Dj-rest-auth - Gets a secure API for authentication
  • Django All auth - Secure Registration Implementation. Has many social adaptors.

Collaborators

  • @quimpm
  • @Oriolac
  • @Emina33
  • @sergis