Newer
Older
# <<projectName>>-local-dev
## Quickstart
```sh
# start all the <<projectName>> components
docker compose up
```
Access the <<projectName>> UI at https://<<projectName>>.dev.bigbang.mil
Access the <<projectName>> API Docs at https://<<projectName>>.dev.bigbang.mil/api/docs
### Create a user
`<<projectName>>-local-dev` uses Fiesta Wagon Ingress, meaning that you can configure local user JWTs from https://users.dev.bigbang.mil/
To grant a local user admin permissions, modify the user's JWT to include the following `group-full` attribute:
```json
{
...,
"group-full": [
"/Platform One/Products/<<projectName>>/IL2/admin"
]
}
```