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 installin the frontend directory - Run
go installin the backend directory - Run
go run main.goin the backend directory - Run
npm startin the frontend directory - Navigate to
localhost:3000in your browser - Enjoy!
- (Optional) Run
npm run buildin the frontend directory to build the app for production - (Optional) Run
go buildin the backend directory to build the app for production