This is development code, if you weren't sent here to look at it then you don't need it.
If you wish to look at this code in action, the following URL is a heroku dyno that you can view:
https://menu-maker-30a9de406605.herokuapp.com
This is a dyno so it falls asleep after activity and you will probably be waking it up. That means it could take a second on the first load.
If you have any sort of comment, you can open a PR.
This repo has been setup to run in prod mode on heroku, but it is in no way secure or recommended for public use. To run it with ng instead of express you must change the package.json start parameter to reflect which one you want. If you don't know how to do that, then you probably don't want to do that.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
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.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.