Skip to content

Surya-7890/microservices_practice_1

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published