saumya-mendiratta / Contact-List-WebApp

This is a Contacts List WebApp made by using NodeJs with Express framework and ejs as templating engine and MongoDB is used for connecting to the database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact-List-WebApp

This is a Contacts List WebApp made by using NodeJs with Express framework and ejs as templating engine and MongoDB is used for connecting to the database.

How to Run

  1. Install NodeJs (nodejs.org).
  2. Fork, Clone or download and open this repository in a terminal/command prompt.
  3. Execute npm install.
  4. Execute npm start.
  5. Open your preferred web browser and go to http://localhost:8000/.

Features

  1. Add a Contact
  2. Remove a contact

These contacts will be saved in a MongoDB DataBase.

Sample Screenshot

Screenshot (154)

About

This is a Contacts List WebApp made by using NodeJs with Express framework and ejs as templating engine and MongoDB is used for connecting to the database.


Languages

Language:JavaScript 55.4%Language:EJS 25.8%Language:CSS 18.8%