All Projects â†’ prakhar1989 â†’ Foodtrucks

prakhar1989 / Foodtrucks

🚚 San Francisco's finger-licking street food now at your fingertips.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Labels

SF Food Trucks

San Francisco's finger-licking street food now at your fingertips.

img

This is a fun application built to accompany the docker curriculum which is a comprehensive tutorial on getting started with Docker targeted especially at beginners. The app is built with Flask on the backend and Elasticsearch is the search engine powering the searches. The front-end is built with React and the beautiful maps are courtesy of Mapbox.

If you find the design of the website a bit ostentatious, blame Genius for giving me the idea of using this color scheme. Lastly, the data for the food trucks is made available in the public domain by SF Data.

Docker

There are two different ways of getting the app up and running with Docker. To learn more about how these two differ, check out the docker curriculum.

Docker Network
$ ./setup-docker.sh
Docker Compose
$ docker-compose up

The app can also be easily deployed on AWS Elastic Container Service. Once you have aws ecs cli installed, you can run the following to deploy it on ECS!

$ ./setup-aws-ecs.sh

Learn more at docker-curriculum.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].