Microservices Tokopedia Clone made with Dockerized NodeJS, NGINX and MongoDB. To be added : test
- Register User
- Login User
- See Profile User
- See Shopping Details
- Add Address
- See Wishlist
- Create Order
- Create Product
- Get All Product
- Get Product Details
- Get All Product Category
- Add to Wishlist
- Add to Cart
- Delete from Wishlist
- Delete from Cart
- Install Docker at Docker official site
- Run Docker
- Run the commands
// clone the project
git clone https://github.com/thirthfamous/microservices-tokopedia-clone.git
// go to the project directory
cd microservices-tokopedia-clone
// build images
docker-compose build --no-cache
// run the app
// hit the api at localhost:80
docker-compose up
Wait around 1 minute, because RabbitMQ service is slow to start
- Import postman.json
- Register at Customer_Signup request
- Login at Customer_Login request
- Add token to your environment
- Enjoy the app