Skip to content

yeukfei02/lunchPicker

Repository files navigation


lunchPicker

If you’re a working software engineer, you’ve probably encountered with one of the toughest questions, where should I have lunch?

Lunch picker is the tool you’ll turn to to answer this question.

The web hosted in below places:

https://lunchpicker.me/

https://lunchpicker-2232b.firebaseapp.com/

https://lunch-picker.vercel.app/

https://lunchpicker.netlify.app/

Requirement

  • install yarn
  • install node (v14+)
  • install firebase cli

Testing and run

$ yarn

// development
$ yarn run dev

// production
$ yarn run production

// run test case
$ yarn run test

// lint code
$ yarn run lint

// format code
$ yarn run format

// deploy to firebase
$ yarn run deploy-firebase

open localhost:5100

Docker

// build images and start container in one line
docker-compose up -d --build

// go inside container
docker exec -it <containerId> /bin/bash

// check container logs
docker logs <containerId>

// remove and stop container
docker-compose down

open localhost

Contributing

Please refer to CONTRIBUTING.md