HotelManagementSystem icon indicating copy to clipboard operation
HotelManagementSystem copied to clipboard

Hotel Management System created with Restify and Angular 9

Hotel Management System

This project is a very simple api and frontend client to manage bookings, rooms, customers, payments, users and cancellations.

The server was created on nodejs using restify and connected to mysql instance, the frontend was developed using Angular 9.

Technical Requirements (build with)

  • Node.js 10.18.1
  • NPM 6.13.7
  • MySQL 5.7.20
  • Typescript 3.7.5
  • @angular/cli: 9.0.1
  • Bootstrap 4.4.1

Please refer to package.json from server/ and client/ folders to see more details about used packages.

Notes

This project is still on development, feel free to clone, modify, test or contribute.