The Noodles User Management service is responsible for handling user accounts, authentication, and authorization. It provides APIs for user registration, login, and profile management.
- Clone the repository
- Install dependencies using
pnpm installornpm install - Build the application using
pnpm buildornpm run build - Run the application using
pnpm startornpm start(or usepnpm devornpm run devfor development mode)
All configuration can be done through environment variables. Refer to the .env.example file for a list of available configuration options.