Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snehamgithub/hospital-website-backend

Hospital Website Backend
https://github.com/snehamgithub/hospital-website-backend

bcrypt dotenv express jwt mongoose nodejs nodemon

Last synced: about 12 hours ago
JSON representation

Hospital Website Backend

Awesome Lists containing this project

README

        

# 🚀 Node.js Backend API

A robust **Node.js + Express.js + MongoDB** backend for authentication and post management.

---

## 🎯 Objective

The goal of this project is to provide a **secure, scalable, and efficient** backend API for managing **user authentication** with **JWT-based authentication**.

---

## 🛠 Technologies Used

- **Node.js** – JavaScript runtime for backend processing.
- **Express.js** – Lightweight and fast web framework.
- **MongoDB + Mongoose** – NoSQL database with schema validation.
- **JWT (JSON Web Tokens)** – Secure user authentication.
- **bcrypt.js** – Password hashing for security.
- **dotenv** – Environment variable management.

---