Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A full-stack MERN project to build, test, and deploy a responsive notes app with REST API, Redis rate limiting, and beginner-friendly guidance.

Notifications You must be signed in to change notification settings

jaluiovilash/notesbook-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ MERN Stack Note Taking App ✨

First Screen

Highlights:

  • 🧱 Full-Stack App Built with the MERN Stack (MongoDB, Express, React, Node)
  • ✨ Create, Update, and Delete Notes with Title & Description
  • πŸ› οΈ Build and Test a Fully Functional REST API
  • βš™οΈ Rate Limiting with Upstash Redis β€” a Real-World Concept Explained Simply
  • πŸš€ Completely Responsive UI
  • 🌐 Explore HTTP Methods, Status Codes & SQL vs NoSQL
  • πŸ“¦ Deployment Guide Included β€” Add the Live App to Your Resume
  • πŸ“š Designed for Absolute Beginners

πŸ§ͺ .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

About

A full-stack MERN project to build, test, and deploy a responsive notes app with REST API, Redis rate limiting, and beginner-friendly guidance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published