Highlights:
- π§± Full-Stack App Built with the MERN Stack (MongoDB, Express, React, Node)
- β¨ Create, Update, and Delete Notes with Title & Description
- π οΈ Fully Functional REST API
- βοΈ Rate Limiting with Upstash Redis
MONGO_URI=<your_mongo_uri>
UPSTASH_REDIS_REST_URL=<your_redis_rest_url>
UPSTASH_REDIS_REST_TOKEN=<your_redis_rest_token>
NODE_ENV=development
cd backend
npm install
npm run dev
cd frontend
npm install
npm run dev
