Skip to content

techieskycode/PhoneBookApplication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To Run Phone book Application

Install Software

Clone the Application

To Run Phone book Application Server

  • Start Mongo Db Server
  • create database phone-book
  • go to the directory PhoneBookApplication: add command to the command line : CD phone-book-api

Install Dependencies

  • We get the tools we depend upon via npm, the [Node package manager][npm].
npm install

Run the Application

npm run serve

To Run Phone book Application App

  • go to the directory PhoneBookApplication: add command to the command line : CD phone-book-app

Install Dependencies

  • We get the tools we depend upon via npm, the [Node package manager][npm].
npm install

Run the Application

ng s -o


About

Node JS , Angular 8 , MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.9%
  • JavaScript 41.4%
  • HTML 10.2%
  • CSS 0.5%