Skip to content

Hallako/Car-Repair-Shop-angular

Repository files navigation

Meenkorjaamo

This project aim is to create a web application where users can reserve times from calendar.
Project uses nodejs, express, angularjs 4 and mongodb hosted on mlab.

Project is also hosted on heroku, altough version on heroku is not always latest.
https://meenkorjaamo.herokuapp.com/

node 6 or higher required.
Angular cli is needed.

Installation:

  1. Get repo locally.
  2. Run npm install on project's root and in angular-src folder
  3. Run "nodemon" or "node app" on root to start nodejs and "ng serve" in angular-src to start angular.
  4. Open localhost:4200 in browser.

FAQ:
Q: Nodemon is not a command.
A: Run "npm install nodemon -g"

Q: ng is not a command.
A: Make sure you have installed angular cli in project folder or globally.

Releases

No releases published

Packages

No packages published