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
.env
file based on the providedexample.env
file. - Run
npm start
.