For when you and your friends can’t decide where to eat. This applies a similar approach to tinder but for finding an agreed upon place to eat.
This is an active work in progress. Expect regular breaking changes
Haskell tooling is a little picky on versioning so be sure to use GHCup to ensure you are using the correct versions.
ghcup set ghc 9.4.8
ghcup set cabal 3.10.2.1
ghcup set hls 2.5.0.0 # for dev
You will need a Yelp API key
To run this project export the API key as shown and execute default make targets for both the front and backend
export YELP_KEY="<your-key-here>"
cd frontend
make
cd ..
cd backend
make
This will start both the front and backend for you