Skip to content

MohamedHNoor/notes_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2026-02-07 at 9 59 08 PM

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

About

Note Board Full Stack Application - Built with the MERN Stack (MongoDB, Express, React, Node, Tailwindcss)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors