This is a web application created as a project for BCIT-ACIT-2910 class. This application is intended to represent a fast food restaurant located on the planet of Tatooine, which existed a long time ago, in a galaxy far far away.
These instruction will allow you to initialize the application on your local machine.
- AngularJS v1.6.4
- BCrypt v1.0.2
- body-parser v1.17.1
- express v4.15.2
OSX/Linux
- NodeJS Setup
- On Terminal, navigate to desired project folder
- Initialize NodeJS
npm init
- Install project module dependencies
npm run-script install-dependencies