An open API service indexing awesome lists of open source software.

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!

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.