Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 521 Bytes

Phonebook Web Application Backend with Express Js

Installation guide

Install and create server environment for nodejs backend

    ` npm init `

Install express package

    `npm install express `

Install nodemon to automatically restart the server in dev mode

    `npm install --save-dev nodemon`

Starting the Server

To start the server, use:

 ` npm run dev ` for development mode
 or
 ` npm start `

Endpoints

Code by - Bibest