Skip to content

ritikprajapat21/Note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes Web App using MERN Stack

Let's you create, update and delete your notes.

Library Used

Axios - To connect to backend

mongoose - To connect to MongoDB

To run application on local system

  1. Clone this repo.
  2. Go into the directory and open it in terminal.
  3. Run following commands:
cd frontend
npm install
  1. To start frontend, run:
npm run dev
  1. After installation go to backend directory using
cd ../backend
  1. Run following commands:
npm install
  1. This step is optional if you have mongodb installed. Or make sure that you have docker installed on your system.
docker compose up -d

If not container does not start running in first turn then again run the same command.

  1. To start backend, run:
npm start

Application UI

Index Page

Create Page

View Page

Edit Page

Delete Page

About

A mern stack note app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published