Skip to content

martdbj/AngularMaterial-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Company Management System

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.

About

The application was built with the purpose of improving my technical skills using Angular and Spring Boot, trying always to follow best practices.

Architecture

  Mongo DB
     ↓
 Spring Boot
     ↓
  Angular

How to run the application

Clone the repository in your local machine

git clone https://github.com/martdbj/SpringBootAngularProject.git

Go to the repository folder

cd .\SpringBootAngularProject\

For running backend and docker

Docker needs to be running in your computer before executing this command.

cd .\backend\
docker compose up
.\mvnw clean spring-boot:run

For running fronted

cd .\frontendMat\
ng serve -o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors