Rosilaynne Rosa
Rosilaynne Rosa Individual project carried out in module 3 of the Full-Stack Developer course. On GitHub there are three folders, containing:
- AgdeViagens MVC
-AgdeViagensHTMLCSSraiz
- Modelagem de Dados
The project consists of creating a website for a fictional travel agency, where the following topics were worked on:
- Data modeling:
Conceptual and logical model creation using a data modeling tool;
Creating relationships and cardinalities between the model tables;
Creation of the physical model (Tables and Relationships) using SQL Server.
- Backend:
Using the concepts of MVC and C# .Net project, the project was created by applying CRUD (Create, Read, Update, Delete) to all the tables of the model.
- Front end:
1st Step:
Page creation: Home, Destination, Promotions, Contact and others according to the data model using HTML and CSS root;
2nd Step:
Creation of the previous version of the frontend using the Bootstrap framework, with the concept of responsiveness. (This version should be the frontend that will make the connection to the database and the MVC pattern).
Published:March 6, 2022