Small application built using Angular and Spring Boot that allows users to manage their companies, employees and devices.
All the information is stored in a Mongo DB database and can be accessed and modified through the Spring Boot API.
The frontend uses this API for letting the user have a total control in a simpler way.
The application was built with the purpose of improving my technical skills using Angular and Spring Boot, trying always to follow best practices.
Mongo DB
↓
Spring Boot
↓
Angular
Clone the repository in your local machine
git clone https://github.com/martdbj/SpringBootAngularProject.git
Go to the repository folder
cd .\SpringBootAngularProject\
Docker needs to be running in your computer before executing this command.
cd .\backend\
docker compose up
.\mvnw clean spring-boot:run
cd .\frontendMat\
ng serve -o