Skip to content

Based on Next.js, Typescript. The entire web application for Bunny Farm.

Notifications You must be signed in to change notification settings

zrwusa/bunny-web

Repository files navigation

bunny-web

Next.js + Vitest + Cypress

Based on Next.js, Typescript. The entire web application for Bunny Farm.

Description

system architecture diagram

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

Project setup

.env setup

PRODUCT_GRPC_URI=localhost:50051
$ pnpm install

Compile and run the project

# development
$ pnpm start

# watch mode
$ pnpm start:dev

# production mode
$ pnpm start:prod

Run tests

# unit tests
$ pnpm test

# e2e tests
$ pnpm test:e2e

Resources

Stay in touch

License

About

Based on Next.js, Typescript. The entire web application for Bunny Farm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published