Skip to content
Snippets Groups Projects
README.md 232 B
Newer Older
# api-server

## Running api-server

1. start the docker environment: `npm run exec:env`
2. start the server: `npm run watch`
3. start the queue worker: `npm run watch:queue`
4. start NGrok: `ngrok http 7123 --hostname <myhostname>`