A recipe book application created for Introduction to Software Engineering (INSE) Coursework. The following works with university supplied Virtual Machines.
- Download code using git:
git clone https://github.com/tomleah/INSE-RecipeBook.git
- Download required packages
npm install
You must have mysql on your system for the following to work.
npm run initdb
To start up the server run the following:
npm start
Default PORT is 8080. Use env variable to change this
PORT=XXXX npm start
For testing run the files in the test folder, when any of this files is run you will be prompted to write the url or IP where you are hosting this website.
In order to run the tests properly you will need to have python, chrome and helium web testing tool in the machine whereyou run the tests from.
UP-Number | Github Username(s) |
---|---|
810928 | tomleah |
820346 | jvaque & Jesus Vaquerizo |
750834 | Kerrjgan |
814572 | UP814572 |