A note-taking application using the MERN stack.
Developed a MERN stack application that includes features for creating, editing, and deleting notes, as well as liking posts. Implemented a secure authentication system using JWT.
There are 2 main folders:
server
: The starting point of the server.
client
: The starting point of the React application.
To get started:
- Clone the repository
- Navigate to the folder cd
MERN_NoteApp
- Navigate to the
server
folder- Run
npm install
- Run
npm start
- Run
In another Terminal window,
- Navigate to the
client
folder- Run
npm install
- Run
npm dev
- Run
This will open up localhost:5173
in your web browser.
React
React Router
Redux
Redux Toolkit
Vite
Material-UI
Node.js
Express.js
Mongo DB
Mongoose
Vercel
render