https://github.com/erokkumar/hotel-management-system
https://github.com/erokkumar/hotel-management-system
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erokkumar/hotel-management-system
- Owner: erokkumar
- Created: 2024-11-14T19:26:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T19:44:42.000Z (over 1 year ago)
- Last Synced: 2025-03-20T05:41:09.847Z (over 1 year ago)
- Language: JavaScript
- Size: 3.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏨 Hotel Management System
This is a basic Hotel Management System built using **Node.js**, **Express**, and **MongoDB**. It provides RESTful APIs for managing hotel menu items and customer data.
## Features
- Welcome page with a greeting message.
- Customer management: Create and retrieve customer data.
- Menu management: Create and retrieve menu items.
## Tech Stack
- **Node.js**: Backend server.
- **Express**: Web framework for Node.js.
- **MongoDB**: Database for storing data.
- **Mongoose**: MongoDB ODM for schema modeling.
## Prerequisites
- [Node.js](https://nodejs.org/en/download/) (v14 or higher)
- [MongoDB](https://www.mongodb.com/try/download/community)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/hotel-management.git
