"Recogency" is part of an idea created for the individual assignment of Recode Pro full stack development course. The focus of the site is to be an agency that offers travel packages as the main service. The application involves front end and back end development.
Continuing the website design for the travel agency, where it was necessary to contemplate a layout structure with a horizontal menu at the top of all pages: HOME, DESTINATIONS, PROMOTIONS, CONTACT.
- Creation of the conceptual, logical model using a data modeling tool;
- Creation of the relationships and cardinalities between the tables in the model;
- Creation of the physical model (tables and relations) using SQL.
Using MVC and C# .Net design concepts, a project was created applying CRUD (Create, Read, Update, Delete) to all tables in its model.
Creation of the pages: Home, Destination, Promotions, Contact and the others according to your data model using HTML and CSS, format them according to the color palette chosen.
Creation of the previous front end version using Bootstrap framework, with the concept of responsiveness.