/FullStack-Developers-Coding-Exercise

This is is full-stack developers coding exercise build with using .NET Core and React technologies.

Primary LanguageC#

Full-Stack Developers Coding Exercise

This is a full-stack developers coding exercise built using .NET Core and React technologies.

A database schema is created with the following specification:

The application has been developed through an web interface and covers the following functionality:

  • List the records of each of the entities
  • Modify each of the entity records
  • Register new records of a specific entity

FRONT-END

As you can see, it is possible to select, create, modify and delete new records of HotelBooking entity:

It is also possible to list, select and modify records of entities such as Hotel and Client:

BACK-END