Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 1.75 KB

README.md

File metadata and controls

53 lines (47 loc) · 1.75 KB

parasite

Nawwar

Getting Started

  • In order to start the project you have to start a database connection first open a new terminal (Linux) or command prompt, git bash, or Cmndr (Windows) and run mongod then keep this terminal open.

  • run in a new terminal

npm install
npm start
  • Then open another terminal and run
npm install
ng serve -o
  • A web page will open on port 4200

Authors