version 0.03 test to get some of the front end working with a local SQL
- Bootstrap
- Leaflet
- jquery
- MySQL workbench
- npm
- NodeJS
- Install
npm,nodeandnodemon - Install
MySQL workbench - In
MySQL workbenchcreate a newsql connectioncalledagopswith the passwordpassword - (Note) if you change the name/password, edit them in
sqltest.jsfile - In
MySQL workbench, clickschemas>agops>Tables>Table Data Import Wizardand import the files in thecsvfilesdirectory of this github branch. The tables the create should follow the same name as the title of the file. Else the API might not work. - Run
nodemon ./sqltest.jsornode ./sqltest.jsand in a browser go tolocalhost:3000and the webpage should be there.
Currently working is submitting orders. There is no implementation of the completion of orders on the document page.
- Abenezer Wudenhe
- Joel Borja
- Nicholas Kory
- Zhuocheng Shang