Skip to content

sourabhsharma24/ReserveEase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ReserveEase - Hotel Booking Backend

ReserveEase is a backend application built with Node.js, Express, and MongoDB.
It provides secure APIs for hotel, room, and user management with authentication, authorization, and booking features.


Features

  • User authentication with JWT + cookies
  • CRUD operations for Hotels & Rooms
  • Role-based access (Admin / User)
  • RESTful API architecture
  • Tested using Insomnia

Project Structure

bookingapp/

  • │── index.js # Entry point
  • │── models/ # MongoDB models (User, Hotel, Room)
  • │── routes/ # Express routes
  • │── controllers/ # Business logic
  • │── utils/ # Helper functions
  • │── .env # Environment variables
  • │── package.json

Install dependencies

  • npm install

Run the project

  • npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published