Online Store of Stores for groceries and commodity consumer items.
Below back-end REST services are implemented.
- User Service
- Store Service
- Store-Item Service (Catalogs)
- Cart Service
- Order Services
Front-end, payment processing functionalities and refactoring to single table-design are yet to be implemented.
Allows Auth0 authenticated user to self create, update details. Admin and User roles defined in Auth0 are used authorize/restrict services.
Lets Admin users create Store and update details.
Store-Item service will Admin users to add items to their store.
Let's user create atmost one cart per store at a time.
Lets user submit orders to stores. Store Admin users can get list of orders for their stores and update fulfilment statuses.
- Import the test collection into Postman from file ucart.postman_collection.json.
- Select Collection "Runner"
- Select Collection "-1_Common_AWS-Local" in the Runner.
- Select "AWS" environment.
- Click Run.
See screen-shots for more details.