Skip to content

zhoujunwu/food-trucks-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

food-trucks

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

3. TODO

  • secuity check
  • search pattern
  • auto deploy
  • to show map of address
  • others

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published