Skip to content

Basket Microservice is the CRUD API for baskets in a e-commerce. The reason for this API is a postgraduate work in Software Architecture at PUC MINAS, in the field of Cloud Communication Architecture.

License

Notifications You must be signed in to change notification settings

hichemdalleji/basket-microservice

 
 

Repository files navigation

basket-microservice

Basket Microservice is the CRUD API for baskets in a e-commerce. The reason for this API is a postgraduate work in Software Architecture at PUC MINAS, in the field of Cloud Communication Architecture.

Deploy

This API was deployed at https://basket-microservice-lucashdp.herokuapp.com/

Database

This API connect with a mongoDB. Any log will be registered with this database. Your connection string is: mongodb://iplaycore:[email protected]:27017,iplaycore-shard-00-01-m6ecr.mongodb.net:27017,iplaycore-shard-00-02-m6ecr.mongodb.net:27017/basket?ssl=true&replicaSet=iplaycore-shard-0&authSource=admin

Endpoints

Baskets Resources

GET REGION
PUT REGION
POST REGION
DELETE REGION

Pre-Requisites

  • NodeJS is a pre requisite. You will use the Node Package Manager (npm).

Install and Run this app

About

Basket Microservice is the CRUD API for baskets in a e-commerce. The reason for this API is a postgraduate work in Software Architecture at PUC MINAS, in the field of Cloud Communication Architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • Dockerfile 11.8%