This application is built by using Nodejs, Express, MongoDB, Jade.
Make sure you have Nodejs, npm and MongoDB.
1.Clone or download the repository
git clone https://github.com/harrunisk/EasyList.git
2.Open File Folder
cd EasyList
3.Install Dependencies
npm install
4.Start MongoDB
For linux
sudo systemctl start mongod
5.Start the application
npm start
Now the app should be working on localhost:3000.