Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 742 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 742 Bytes

Grocery Booking

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.

Pre-requisites

  1. Docker
  2. npm
  3. Postman
  4. PostgreSQL DB

Running The Server

  1. Check the src/setup/database/app-data-source.ts file for postgres DB connection config
  2. Build the docker image and run.

Scope For Improvement

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:

  1. Enabling user & auth management and related APIs
  2. User order management - Viewing orders
  3. Sale receipts
  4. Unit tests