The goal is to create an application that performs a series of tasks every so often using clean architecture with Typescript
- Clone .env.template file to .env
- Configure environment variables
- Execute
npm install - Up database with the command
docker compose up -d
- Ejectuar el comando
npx prisma migrate dev
- Execute
npm run dev