Skip to content

A server managing app developed using Spring Boot and Angular.

Notifications You must be signed in to change notification settings

tiagospeckart/server-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-manager

A server managing app developed using Spring Boot and Angular.

Spring Boot + Angular Tutorial

Follow this tutorial to understand how the application works: Youtube Video

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Git: You must have Git installed to clone the repository.
  • Docker: Docker must be installed to run the application using Docker Compose.
  • Java: Required if you want to run the Spring Boot application directly.
  • Node.js and Angular CLI: Required if you want to run the Angular application directly.
  • PostgreSQL: Required if you're not using Docker to manage the database.

If you don't have Docker installed, you'll need to follow additional steps to set up PostgreSQL and the Spring Boot application manually.

Installation

Follow these steps to install the project:

  1. Clone the Repository: git clone https://github.com/tiagospeckart/server-manager.git
  2. Navigate to the Project Directory: cd server-manager
  3. ./gradlew build
  4. docker build -t back-server-manager:latest .
  5. docker-compose up 6Start the Application: Run the application with PostgreSQL and Spring Boot using Docker:
docker compose up

License

MIT

About

A server managing app developed using Spring Boot and Angular.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published