Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 359 Bytes

File metadata and controls

21 lines (13 loc) · 359 Bytes

NoteZ

NoteZ is a notice management tool.

Local Setup

Install all the dependendcies using the following command.

npm install

Add a .env file with DB_URL variable that points to the mongo database.

The following command will host the app on localhost:3000

npm start

Live demo here