As a BackEnd Engineer you are required to create an online store application, you don't need to create a FrontEnd but focus on the BackEnd (RESTful API) only. The programming language you must use is Go-lang or Java spring boot. You can develop your app by starting with prioritized features first. The following are the priority features to meet the MVP (minimum viable product) criteria:
- Customer can view product list by product category (Check)
- Customer can add product to shopping cart (Check)
- Customers can see a list of products that have been added to the shopping cart (Check)
- Customer can delete product list in shopping cart (Check)
- Customers can checkout and make payment transactions (Check)
- Login and register customers (Check)
This Web Services built with below listed technologies:
- Go (Programming Language)
- Postgres
- Go Fiber (Framework)
- Docker (Deployment)
In order to run this app in your own machine, you need to clone this repository first. And then run below command to build Docker Compose:
$ docker compose build
After that, you can start Docker Compose using below command:
$ docker compose up
This app using custom network adapter configuration static IP Address named Synapsis Net inside Docker Container and using segment IP Address 10.10.10.x/24. Postgres as the database is configure with IP Address 10.10.10.2 and the Web Services is configure with IP Address 10.10.10.3
This is the diagram relationship about Online Store App that i made.
Below is base url endpoint API in development and production.
URL Endpoint | Stage |
---|---|
http://localhost:3000/ | http://ec2-3-85-238-209.compute-1.amazonaws.com:3000/ |
To access Swagger, you just need to open route /swagger. So, if in production, it will be http://ec2-3-85-238-209.compute-1.amazonaws.com:3000/swagger/