Skip to content

mohakbiswas-coding/Notesify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Notesify ✨

Demo App

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

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

Contributors

Languages