This project is a simple inventory web application with features including:
The code is distributed in two main directories, each with its own README explaining how they work.
This application was developed following the microservices architecture, meaning each component gets deployed separately as a docker container. The configuration of each one can be viewed in the docker-compose.yml file.
To run the project locally using docker, clone the repository and run docker compose up -d --build from the root directory. Everything should be automatically installed and launched. Access localhost:3000 on the host machine to view the web app.