Nosso projeto para gestão de combustíveis.
Front-end: React, NextJS, TailwindCSS, RadixUI, Shadcn/UI, Zod, React Hook Form, SWR
Back-end: Node, NestJS, Jest, Docker
Banco de Dados: TypeORM, PostgreSQL
Comecei modelando o banco de dados seguindo os requisitos funcionais como base e adicionando algumas tabelas que achei necessárias.
Em seguida, criei um Design no Figma para poder visualizar melhor o funcionamento do sistema, utilizei algumas bibliotecas e tokens como TailwindCSS e Shadcn/UI.
Instale o ChargeLine com bun
curl -fsSL https://bun.sh/install | bash
git clone git@github.com:hayatojpg/chargeline.git
cd chargeline/backend
cp env-example .env
docker compose up -d
Rodando localmente em http://localhost:3001/api/v1 Swagger em http://localhost:3001/docs
cd.. && cd frontend
cp .env.example .env
bun install
bun dev
Rodando localmente em http://localhost:3000