Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 570 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 570 Bytes

One Page Lesson CRUD

This application is built by using Nodejs, Express, MongoDB, Jade. Work

Installation

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.