Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snehamgithub/hospital-website-backend
- Owner: SnehaMgithub
- Created: 2025-01-17T13:22:05.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-01-17T13:35:03.000Z (7 days ago)
- Last Synced: 2025-01-17T14:53:11.581Z (7 days ago)
- Topics: bcrypt, dotenv, express, jwt, mongoose, nodejs, nodemon
- Language: JavaScript
- Homepage: https://hospital-website-backend-lela.onrender.com
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.---