Grocery Booking service with Admin APIs for managing grocery items and their inventory and user APIs to view grocery items and placing an orders for the same.
- Docker
- npm
- Postman
- PostgreSQL DB
- Check the src/setup/database/app-data-source.ts file for postgres DB connection config
- Build the docker image and run.
There are certain things that I have left out from the project on purpose in the interest of time to submit the solution and complexity for the given scope. Listing such potential additions below:
- Enabling user & auth management and related APIs
- User order management - Viewing orders
- Sale receipts
- Unit tests