Full-stack application to analyze your business metrics with a user-friendly dashboard. It's possible to create new metrics that you want to start tracking and manually register the metric value at a specific time.
- Typescript
- React.js
- Chakra UI
- React Hook Form
- TanStack Query
- Apexcharts
- ESLint
- Prettier
- Ruby
- Ruby on Rails
- U-case
- Rubocop
- Reek
- PostgreSQL
In order to run the application in the development environment, you must have at least the following tools installed: Git,Β DockerΒ andΒ Docker Compose.
# Clone repository
$ git clone [email protected]:viniciusmeneses/metrics.git
# Go to the project directory
$ cd metrics
# Launch the application using Docker Compose
$ docker-compose up
The front-end will be served on port 3000 and the back-end on port 3001. You can click here to access it.