Gyms don't require pre book anymore and heroku free tier is gone.
Boulderando is a tool made by Bouldering Fans to make it easier to book bouldering sessions in Berlin. Together with its backend (Telegram BOT and API), it allows you to book bouldering sessions with a click of a button on any device.
https://boulderando.vercel.app/
Prepare the environment
cp .env.example .envAnd then
yarn && yarn devOr simply
docker-compose up
Open http://localhost:3333 with your browser to see the result.
This project contains unit and e2e tests using cypress. In order to run it execute:
All tests in headless mode
yarn test
yarn test:ui
yarn test:e2e
Or running on Cypress UI
yarn cy:open
yarn cy:open:e2e
Run npx husky install to install a pre-commit hook that lints only staged files.
Before deploying your version of the app, make sure you have set all variables declared in .env.example into vercel platform: https://vercel.com/crisoliveira/<your-project>/settings
Check out our Next.js deployment documentation for more details.
MIT