Project 10: Online reservation platform

Posted on dim. 14 avril 2024 in Personnel project • Tagged with Python, Django, MVT, PostgreSQL, Tailwind CSS, HTMX, Alpine JS

Project summary:

Development of a web application which allows, for the visitor, to book some activities, and for the application manager to create the activities, manage the slots, and assign them to an instructor when booked…

Skills worked:

  1. Writing of the technical specifications
  2. Creation of the database schema
  3. Development of …

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

Projet 5: Web application with Django

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

Project summary:

A compagny wishes commercialize a product to enable to a user community for consulting or requesting a book review.
The goal of this project is to implement a web application for their MVP (minimum viable product).

Skills worked:

  1. Use Model-View-Template as software design pattern
  2. Create a user interface …

Continue reading