Skip to content

umairqaisar000/hotel-booking-app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Management App Server

License: MIT

Features

  • Authentication: Secure endpoints using JWT (JSON Web Tokens).
  • Database: Integration with MongoDB for storing hotel and user data.
  • API: RESTful API endpoints for managing hotels, rooms, reservations, and users.
  • Validation: Request validation using Joi.
  • Error Handling: Centralized error handling middleware.
  • Middleware: Express middleware for logging and authentication.
  • Environment Variables: Using dotenv for managing environment variables.

Installation

To run this server locally, you need to have Node.js and MongoDB installed on your machine.

  1. Clone the repository:
 git clone <repository-url>
 cd hotel-management-app-server
  1. Install dependencies:
npm install
  1. Run the server:
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published