Skip to content

iamAravindks/Keep-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keep-it

Open the link to Keep-it.

About

Keep-it is a web application to store your tiny notes on the go

Features

  • Add notes
  • Edit notes
  • Archive notes
  • delete notes
  • set reminder

Run locally

  • Clone the project
  • Set up the env vars
  • npm install to install all of the packages
  • cd frontend and npm install to install all of the packages in the frontend
  • run npm run build to build the frontend
  • npm start to run the project
  • npm run dev to run the server

API Docs

visit https://documenter.getpostman.com/view/13755139/2s8YehSbCb to see the api docs for the server