Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Web app for scheduling and managing boulder sessions in Berlin

Notifications You must be signed in to change notification settings

cristianoliveira/boulderando

Repository files navigation

ARCHIVED

Gyms don't require pre book anymore and heroku free tier is gone.

Boulderando

Lint & unit test & audit checks E2E checks on deploy Periodic Smoke Tests Unit tests coverage report Coverage Status

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/

Getting Started

Prepare the environment

cp .env.example .env

And then

yarn && yarn dev

Or simply

docker-compose up

Open http://localhost:3333 with your browser to see the result.

Tests

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

Git Hooks

Run npx husky install to install a pre-commit hook that lints only staged files.

Environment Variables

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

Deploy your own using Vercel

Deploy with Vercel

Check out our Next.js deployment documentation for more details.

Licence

MIT

Releases

No releases published

Packages

No packages published