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

https://github.com/christopherkade/foodpicker

:pizza: A fun way to pick what to eat with your colleagues
https://github.com/christopherkade/foodpicker

Last synced: about 1 year ago
JSON representation

:pizza: A fun way to pick what to eat with your colleagues

Awesome Lists containing this project

README

          

When you're with a group, choosing what to eat can be a pain, Fastfood makes it easy.
Create a session, share your link, and let everyone pick what they prefer !

## Build Setup

In `/client`:

```bash
# Install all dependencies
$ yarn install

# Serve with hot reloading at localhost:3000
$ yarn start

# Build for production
$ yarn build
```

In `/server`:

```bash
# Install all dependencies
$ yarn install

# Start local server
$ yarn start
```