Projet 8: Secured back-end architecture

Posted on dim. 27 février 2022 in Student project • Tagged with python, ORM, postgresql, API, ERD

Project summary:

An event agency wants to equipe themselves with an internal secured CRM system (Customer Relationship Management).

Skills worked:

  1. Write the code showing endpoints from a secured API with the framework Django REST to enable CRUD operations.
  2. Implement a secured database with Django ORM and PostgreSQL :
    Creation of the …

Continue reading