An online web platform where you can create, edit, upload, delete your notes privately and securely without any disturbancee.
You can clone the repository using the github clone option or download the zip file directly. In order to run the webapp on local host, one can install all the dependencies and then simply run it on VS Code.
To install all the dependencies and packages of the web app simply run the following command on the cmd terminal npm
npm install
cd backend
npm install To run the app on local server, first you need to start the frontend server by running the following command on the cmd terminal npm
cd src
npm startThen you need to start the backend server by running the following command on the cmd terminal npm
cd backend
npm start