Service to control users
Copy ./.env.sample
to ./.env
end make sure all variables are set.
You may enter any JWT_SECRET value, but make sure to be consistent in all projects with jwt authorization.
cp ./.env.sample ./.env
vi ./.env
Download and run MongoDB Server. You should also set configuration for different environments in the ./config/application.YOUR_ENVIRONMENT.json
. Don't forget to create database. In MongoDB console run use fm
;
Install dependencies and build project.
npm i
npm run build
npm start
Then you may access service on http://localhost:3055/.