Based on Next.js, Typescript. The entire web application for Bunny Farm.
Bunny Web is part of this system architecture and is responsible for the web service in this architecture.
It is a microservice framework based on Next.js
- SOLID Principle
PRODUCT_GRPC_URI=localhost:50051
$ pnpm install
# development
$ pnpm start
# watch mode
$ pnpm start:dev
# production mode
$ pnpm start:prod
# unit tests
$ pnpm test
# e2e tests
$ pnpm test:e2e