Open the link to Keep-it.
Keep-it is a web application to store your tiny notes on the go
- Add notes
- Edit notes
- Archive notes
- delete notes
- set reminder
- Clone the project
- Set up the env vars
npm installto install all of the packagescd frontendandnpm installto install all of the packages in the frontend- run
npm run buildto build the frontend npm startto run the projectnpm run devto run the server
visit https://documenter.getpostman.com/view/13755139/2s8YehSbCb to see the api docs for the server