Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 850 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 850 Bytes

Book Store Using Microservice Architecture

Initial Functionalities

APIs for version 1

Run Using Docker

  1. Make sure you have docker installed in your system.
    Click docker installation incase you dont have docker.

  2. Clone the repository

git clone https://github.com/Surya-7890/microservices_practice_1.git
  1. To run the application, run the following command
make dev
  1. Make sure to clear all the containers after usage. This removes all the containers, created by the compose file
make stop
  1. You can clear all the volumes, using the following command
make clean

Architecture