Click here to check out the documentation of the boilerplate used for this service.
This service handles user account and profile creation, editing, authorization, authentication and everything related.
- Clone this repository to your project directory.
- Run
npm install. - Create your
.envfile based on the providedexample.envfile. - Run
npm start.