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
- Host: GitHub
- URL: https://github.com/christopherkade/foodpicker
- Owner: christopherkade
- Created: 2019-05-26T07:39:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:45:58.000Z (over 3 years ago)
- Last Synced: 2025-03-29T04:12:08.303Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.2 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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
```