Awaiting Angular 9
- Run
yarn ng serve api
to start the server on port3001
SwaggerUI
runs onlocalhost:3001/docs
- Make sure to have a local
mongod
instance running - Make sure to create the following role to test things out at
Swagger -> Role -> POST /roles
:
{
"isGlobal": false,
"parentId": "string",
"roleName": "Standard User",
"notes": "This is a standard user",
"permissions": {
"user": 1,
"role": 0
}
}
- Create a User