Andrea-Agosta / webserversCheckup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address Book

Application created using Node.js. Project created for SALT pre-course. This application can't store data because it doesn't have a DB, but all data are saved in one array. This application render the data saved in db.json, and the user can add, update, and delete the contacts.

Installation

First clone this repository from github. Install the dependencies.

npm install

Then start the application.

npm start

Your application will run on

http://localhost:3000/

About


Languages

Language:JavaScript 59.8%Language:CSS 20.6%Language:HTML 19.6%