hubbl

Gym manager application to handle client appointments to classes and zones.

MIT License

Stars
5

Welcome to the Hubbl monorepo 🗂️

Introduction

The repository contains all the requirements in order to develop the Hubbl app. The entire codebase is written in TypeScript.

Set-up

The set-up is pretty simple, simply create a similar .env as the one in the example folder. After, build the containers by running the following command:

docker-compose --profile dev up -d

You can also build the test containers using the test profile instead of the dev profile. Nonetheless, the dev profile already builds the test containers. The test profile is mainly used in CI environments.

All relevant information about running any project can be found in the README.md of each project.

Projects

You can find all the projects inside the /apps folder:

Libraries

You can find all the libraries inside the /libs folder:

Tools

You can find all the libraries inside the /tools folder: