Cloud notes is a simple notes app where notes are stored in cloud.
To run the project first install required dependencies. You also need to provide the mongodb database URL
npm i
Then run
npm start
A website will be available at http://127.0.0.1:4567