This service is responsible for handling authentication and user management within the Nest Vite Fullstack Microservices monorepo.
- Ensure that the global repository dependencies are installed by running
yarn installfrom the root. - Ensure that packages are built by running
yarn buildfrom the root. - Configure environment variables by copying the
.env.templatefile to.envand updating the values. - Configure
AUTHandEVENTSenvironment variables in the.envfile so that the gateway can communicate with theservice-authandservice-eventsservices.
yarn dev- Start the service in development mode with hot reloading.yarn start- Run the compiled service in production mode.yarn build- Compile the TypeScript files to JavaScript.yarn lint- Lint the codebase using ESLint.