codophobic / verse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 87.3%Language:CSS 6.7%Language:HTML 6.0%