Secure note management system with user login and token-based access.
Hotel CRUD API with filter and search features using Express & MongoDB.
Create and manage short URLs with click tracking. Built with Node.js & MongoDB.
Manage employee records with full Create, Read, Update, Delete operations.
Use Postman to test all APIs with headers, auth tokens & request bodies.
All APIs are deployed using free Render hosting and are publicly accessible.
Step 1: Clone the repo
git clone https://github.com/your-repo
Step 2: Install dependencies
npm install
Step 3: Add environment variables
PORT=5000
MONGODB_URI=your_mongo_uri
JWT_SECRET=your_jwt_key
Step 4: Run the app
npm start