https://github.com/nahidn228/hostelmate-server
Welcome to **HostelMate**, a backend solution for managing meal requests, user roles, and upcoming meal updates for hostels. Built with **Node.js**, **Express**, and **MongoDB**, this API allows seamless interaction for meal management, user authentication, and much more!
https://github.com/nahidn228/hostelmate-server
cors dotenv express jsonwebtoken jwt mongodb node role-based-access-control stripe
Last synced: 2 months ago
JSON representation
Welcome to **HostelMate**, a backend solution for managing meal requests, user roles, and upcoming meal updates for hostels. Built with **Node.js**, **Express**, and **MongoDB**, this API allows seamless interaction for meal management, user authentication, and much more!
- Host: GitHub
- URL: https://github.com/nahidn228/hostelmate-server
- Owner: nahidn228
- Created: 2025-01-30T16:45:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T06:31:32.000Z (over 1 year ago)
- Last Synced: 2025-04-02T02:46:31.637Z (about 1 year ago)
- Topics: cors, dotenv, express, jsonwebtoken, jwt, mongodb, node, role-based-access-control, stripe
- Language: JavaScript
- Homepage: https://hostel-mate-server.vercel.app/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HostelMate-server
Welcome to **HostelMate-server**, a backend solution for managing meal requests, user roles, and upcoming meal updates for hostels. Built with **Node.js**, **Express**, and **MongoDB**, this API allows seamless interaction for meal management, user authentication, and much more!
## Features
- **User Authentication**: Secure JWT-based authentication for users.
- **Role-based Access**: Admin privileges to manage users and meals.
- **Meal Management**: CRUD operations for meals and upcoming meal updates.
- **Request Meal System**: Allow users to request meals and track their status.
- **Reviews and Ratings**: Users can leave reviews and rate meals.
- **Pagination**: Efficiently manage meal data with pagination.
## Technologies Used
- **Node.js** for backend logic.
- **Express** for API development.
- **MongoDB** for data storage.
- **JWT** for secure authentication.
- **Stripe** for payment processing.
- **CORS** for handling cross-origin requests.
- **dotenv** for environment variable management.