Skip to content

shubham-sidd97/Keeper_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A full stack web app to store notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published