A progressive Node.js framework for building efficient and scalable server-side applications.
email ui practice using Nestjs for the backend and Vite(Reactjs + typescript) for the frontend
$ yarn install
# development
# Start the Mongodb and Mongo-express containers first
$ docker compose up -d
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
$ npm run dev