An open API service indexing awesome lists of open source software.

https://github.com/yeukfei02/lunchpicker

Lunch picker is the tool to help you to answer where should I have lunch
https://github.com/yeukfei02/lunchpicker

hacktoberfest lunch lunch-picker react typescript

Last synced: about 2 months ago
JSON representation

Lunch picker is the tool to help you to answer where should I have lunch

Awesome Lists containing this project

README

          




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:

## Requirement

- install yarn
- install node (v16)
- install firebase cli

## Testing and run

```zsh
$ 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

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

// go inside container
docker exec -it /bin/bash

// check container logs
docker logs

// remove and stop container
docker-compose down
```

open localhost

## Contributing

Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/lunchPicker/blob/master/CONTRIBUTING.md)