Skip to content

Gavinok/Tender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web app for helping you and your friends decide where to eat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published