Skip to content

bibhestee/Phonebook_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published