Note Board Full Stack Application Built with the MERN Stack (MongoDB, Express, React, Node, Tailwindcss) Create, Update, and Delete Notes with Title & content Build and Tested a Fully Functional REST API Rate Limiting with Upstash Redis Awesome Responsive UI .env Setup Backend (/backend) MONGO_URI=<your_mongo_uri> UPSTASH_REDIS_REST_URL=<your_redis_rest_url> UPSTASH_REDIS_REST_TOKEN=<your_redis_rest_token> NODE_ENV=development 🔧 Run the Backend cd backend npm install npm run dev 💻 Run the Frontend cd frontend npm install npm run dev