This is for bio bots interview
If this is your first time,
Please run
npm i
Then you will need to start the database (this also assumes your docker supports compose)
npm run start:database
npm run start:api
npm run start:ui
You can view the swagger docs by going to the following url
http://localhost:3000/documentation
Once both the ui and api is running, you can view the application by going to
http://localhost:4200
- Paging from the UI is not updating. Backend seems to be working but UI not updating.