Skip to content

gourav-chalotra/Thinkboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 MERN Stack Note Taking App ✨

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

Thinkboard is a complete MERN project, to track daily tasks. visit click here👇

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors