Skip to content

Microservices-based web application for managing products.

Notifications You must be signed in to change notification settings

grivdm/inventory_payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Description

A simple microservices-based web application for managing products. The project is built using the following technologies:

  • FastAPI
  • Redis Database
  • Redis Streams
  • React
  • Docker

Running the application

Use Docker Compose to run the application:

docker-compose up -d --build

Frontend application: http://localhost:3000

Inventory service: http://localhost:8001/docs

Orders service: http://localhost:8002/docs