Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.05 KB

README.md

File metadata and controls

57 lines (36 loc) · 2.05 KB

Fitness

Fitness is a web based database with MongoDB, Node.js, Express, and AngularJS based applications. It is designed to track your weight, body, and exercises that you do.

Prerequisite Technologies

  • Nodejs: Download and install nodejs. Nodeschool has free node tutorials to get you started. For more informaton: click here
  • MongoDB: Download and install Mongodb.Ckeckout their manual if you are just started. For more information: click here
  • Git: Git is a version control system. For more information :click here

Installation

  • Clone the repository.
  • npm install.
  • Make sure your mongoDB databse si running if not: mongod
  • go to browser and type http://localhost:9000

Upgrade from angularjs to Angular 7

This project was generated with Angular CLI version 7.0.6.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.