API built with Node.js, Fastify, Prisma and Zod. Includes CRUD for Clients and Assets.
API implementada utilizando Node.js, Fastify, Prisma e Zod. Inclui CRUD para Clientes e Ativos.
Frontend: https://github.com/snportela/challenge__anka-tech-frontend
- Install Docker, if you don't have it already.
- Instale o Docker, caso já não tenha instalado.
- Clone the repository:
- Clonar o repositório.
git clone https://github.com/snportela/challenge__anka-tech-backend
- Build the docker-compose file with this command:
- Executar o arquivo docker-compose com o comando:
cd challenge__anka-tech-backend
docker-compose up --build