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 install
to install all of the packagescd frontend
andnpm install
to install all of the packages in the frontend- run
npm run build
to build the frontend npm start
to run the projectnpm run dev
to run the server
visit https://documenter.getpostman.com/view/13755139/2s8YehSbCb to see the api docs for the server