This is a web application made for Contemporary Methods in Software Engineering, Semester 2, 2018
To run this project the following items are required:
- node.js
- npm
- SQL database with the following tables
- Trees
- Name varchar(15) utf8_bin
- Price float
- Type varchar(15) utf8_bin
- Deliverable tinyint(1)
- Users
- username varchar(15) utf8_bin
- hash varchar(70) utf8_bin
- created_at varchar(90) utf8_bin
If your project does not start up after a pull request you may be missing a dependancy which can be fixed via the command: ** npm i ** In your main folder