A Full Stack MERN website KeeperAPP for user to store notes or data. Its a simple Web App template that can be used in website development. This project will be hosted soon
Use the package manager npm to in stall Keeper_App. Setup the project and install the packages by running:
After setting up the project, run the project using:
- FrontEnd: React.JS, Bootstrap, HTML/CSS
- Backend: Node.JS, Express.JS
- Database: MongoDB, Mongoose
- GET /api/users/
- POST /api/users/
- PUT /api/users/:id
- DELETE /api/users/:id
- GET /api/notes/
- POST /api/notes/
- PUT /api/notes/:id
- DELETE /api/notes/:id
Server runs on http://localhost:4000