This web application will help you to store all your notes in a Markdown fashion in a specific tag.
- User can Create, Delete, Edit and Update Note.
- Authentication Added via JWT(JSON web token).
- User can write
MARKDOWN
or simple text while creating new note. - Search by Notes Title.
- One Safe place for all your notes.
- Node, Express
- ReactJs, Material UI, Redux, React Markdown
- MongoDB
- Client side
- Use Node.js version 14
- Navigate to the frontend directory
- Run
npm install && npm start
- Server side
- create a mongoDB cluster and copy mongoURI
- Use Node.js version 14
- Navigate to the root directory
- Run
npm install
- create .env file and add below envs
- JWT_SECRET=your jwt secret
- NODE_ENV=production or development
- PORT=5000 or any port
- MONGO_URI=YOUR mongoURI
- run
npm start
server will start on mention env port number.