/verse

Primary LanguageJavaScript

A user can create a note,delete and edit existing notes.
Also user can upload files(The uploaded files are stored in uploads folder in server)

Steps to run the application:

1.Clone the repositiory.
2.Open it in any editor(preferrable- vscode).
3.Do npm install in the root directory.
4.cd client.
5.Do npm install in this directory.
6.If you want to use your own mongoDb database, go into /config/key and change the uri to your database's uri.
7.Go to the parent directory of the cloned folder .Open the terminal and run npm run dev.
Your application will start running.
server will run on port 5000.If you want to change the port,go to server.js in root folder and change port number in line 23

postman collection link
https://www.getpostman.com/collections/af1229fc6ec3fbed2168