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.
This API was deployed at https://basket-microservice-lucashdp.herokuapp.com/
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
- NodeJS is a pre requisite. You will use the Node Package Manager (npm).
-
Clone the project: git clone https://github.com/lucashdp/basket-microservice
-
Execute the command line (install dependences): npm install
-
Run the command line (run the app): npm start