/SpringBoot-Company-MS

A Spring Boot microservice.

Primary LanguageJava

Company Project

A Spring Boot project

This repository contains one of the many microservices developed for the "Company project". This is the result of EmbarkX's Spring Boot Course "Monolithic to Microservices".

The project is a CRUD for companies, jobs and reviews. These three entities are related with each other, for example: A user can post a review against a company, and a job may be posted for a company.

To run the project you may clone this repository and execute docker compose up in the root folder (you need docker installed in your machine). This will deploy the containers needed for the project to run.