1. the /api folder to run backend restful API, to parase food trucks info from csv to json, and provide search feature
install nodejs first, go to /api folder, and run command at CLI
npm install
then run
node index.js
default port is 8080 to listen request
2. the /ui folder to run a single page at browser, to call backend api to get search result of foods
change the API_URL in index.html file according to backend api endpoint
- secuity check
- search pattern
- auto deploy
- to show map of address
- others