Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.2 KB

KEEPER APP

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. ss This project will be hosted soon

Installation

Use the package manager npm to in stall Keeper_App. Setup the project and install the packages by running:

npm install

After setting up the project, run the project using:

npm start or yarn start

Build With

  • FrontEnd: React.JS, Bootstrap, HTML/CSS
  • Backend: Node.JS, Express.JS
  • Database: MongoDB, Mongoose

API

Users

  • GET /api/users/
  • POST /api/users/
  • PUT /api/users/:id
  • DELETE /api/users/:id

Users

  • GET /api/notes/
  • POST /api/notes/
  • PUT /api/notes/:id
  • DELETE /api/notes/:id

Server runs on http://localhost:4000