
As of this writing, this project contains two front-end modules coded in Angular. One of them is a module that allows customers place their orders. This module is located in a folder named "faster-food". The other is an orders management module to be used by the business owner. This module is located at a folder named "ff-manager".
To install locally, perform the following steps:
In this step, make sure that you DO NOT OVERWRITE files or folders that are currently under source control and that you will find in your working copy of the target module.
| File or Directory Name |
Under Source Control | Must be transferred |
|---|---|---|
|
|
||
| angular.json | ||
|
package-lock.json package.json |
||
|
|
||
| .editorconfig | ||
| .gitignore | ||
| browserslist | ||
| karma.conf.js | ||
|
| ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| tslint.json |
The application's back-end is being coded using the Express web framework and uses MongoDB
to store data.
To build and test locally, do the following: