Coder Social home page Coder Social logo

jackfiallos / hotelmanagementsystem Goto Github PK

View Code? Open in Web Editor NEW
31.0 8.0 22.0 1.92 MB

Hotel Management System created with Restify and Angular 9

License: GNU General Public License v3.0

TypeScript 36.74% JavaScript 27.03% HTML 22.52% CSS 11.36% Shell 0.02% TSQL 2.33%
nodejs restify typescript angular4 sequelize-orm mysql hms hotel management system frontend-web server-side jwt

hotelmanagementsystem's Introduction

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.

hotelmanagementsystem's People

Contributors

jackfiallos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hotelmanagementsystem's Issues

error while registering

when i try to register with post man it gave this error
{ "name": "RegistrationFailed", "message": "Verify the following fields", "code": "validation_failed", "status": 400, "errors": [ { "message": "\"name\" must be a string", "path": [ "name" ] }, { "message": "\"lastname\" must be a string", "path": [ "lastname" ] }, { "message": "\"username\" must be a string", "path": [ "username" ] }, { "message": "\"password\" must be a string", "path": [ "password" ] }, { "message": "\"type\" must be a string", "path": [ "type" ] } ] }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.