This is a simple app that allows you to find other people to walk with. Winner of the PennApps 2022 Hackathon best blockchain award.
Frontend: React, Google Maps API, Bootstrap/Material UI Backend: Golang, Sonr
- Clone the repo
- Run
npm install
in the frontend directory - Run
go install
in the backend directory - Run
go run main.go
in the backend directory - Run
npm start
in the frontend directory - Navigate to
localhost:3000
in your browser - Enjoy!
- (Optional) Run
npm run build
in the frontend directory to build the app for production - (Optional) Run
go build
in the backend directory to build the app for production