Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 986 Bytes

README.org

File metadata and controls

39 lines (29 loc) · 986 Bytes

Why

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.

WARNING

This is an active work in progress. Expect regular breaking changes

Running this project

Haskell versioning

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

Running Tender

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

Example UI

https://www.engr.uvic.ca/~gavinfre/tender_demo.png