This is a Spring Boot-based CRUD application designed to manage resources for a space station. It was built as part of a course assignment focusing on CI/CD and backend development using Docker and GitHub Actions.
-
Java Spring Boot backend
-
RESTful API for resource management
-
In-memory H2 database
-
Dockerized backend
-
CI/CD pipeline with GitHub Actions
1. Clone the repository
git clone https://github.com/aaspst/mars-crud-app.git
cd mars-crud-app
2. Build the application
mvn clean package
3. Run the application
java -jar target/mars-crud-app-0.0.1-SNAPSHOT.jar
4. Access the application
http://localhost:8080/products
That repo was made as a part of a course assignment.