Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 707 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 707 Bytes

parasite

Mini project - Sprint 1 - Individual Task

Getting Started

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

  • go to the Server directory and run in a new terminal

npm install
npm start
  • go to Client directory and run in a new terminal
npm install
ng serve -o
  • A web page will open on port 4200

Authors

About

This repository contains the Individual Task for sprint 1.