Keep is a note taking application like Google's Keep app.
Made using MERN stack. When the user creates a note it gets added in the MongoDB document using mongoose npm package.
- Simple UI
- Responsive Web App
Clone the project
git clone https://link-to-project
Go to the React directory
cd keep-app
Install dependencies
npm install
Start the server for React
npm start
Go to Server directory
cd server
Run the server
nodemon server.js