This project serves as a Backend For Frontend (BFF) application designed to manage lots and animals within each lot. It leverages Redis for caching queries to optimize performance. Built using Node.js and NestJS with TypeScript.
Before running the app, you should create a .env file based on the .env.example file. Also, take a look at the docker-compose.yaml file to check configurations.
docker compose up -d
npm install
npm run start:dev
npm run tests
- NestJS
- Typescript
- Redis
- Jest
- Insomnia
- Docker