This is a full-stack MERN application that allows users to create, read, update and delete notes. The application has a user authentication system that allows users to sign up and log in. Once logged in, users can create notes with a title and body. They can also edit and delete their notes. The application has a search feature that allows users to search for notes by title or body. The application also has a responsive design that works well on both desktop and mobile devices.
Live URL - https://mindscribe12.netlify.app/
git clone https://github.com/git-divyansh/MindScribe.git
- Command to instal dependencies and Start the Backend Server:
npm run install-server
npm run start-server
- Command to instal dependencies and Start the Client Side:
npm run install-client
npm run start-client
- Build Command for client:
npm run build-client
Step 3: Go to backend folder and put your credentials in the .env
file or create a .env
file in backend directory and then put your credentials.
cd backend
PORT=3000
MONGODB_URI=YOUR MONGODB URI
JWT_SECRET=YOUR SECRET KEY