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

Project 6: Secured RestFul API

Posted on dim. 27 février 2022 in Student project • Tagged with python, django, Postman, API

Project summary:

Create one application to follow technical problems via an REST API with the framework REST Django.

Skills worked:

  1. Create an REST API with Django REST :
    Show the different endpoints with Postman
  2. Secured the API in accordance with the Open Web Application Security Project (OWASP):
    Use JWT (JSON Web …

Continue reading

Project 4: User interface for a Python web application

Posted on mar. 22 février 2022 in Student project • Tagged with vanilla java script, HTML, CSS, API

Project summary:

Develop a user interface for a Python web application which to enable subscribers to view some film suggestions with carousels type « Netflix ».
When the user clicks on a film's picture, a modal box opens with additional information.

Skills worked:

  1. Interact with an API REST:
    Retrieve films data from …

Continue reading