Skip to content

aaspst/mars-crud-app

Repository files navigation

🚀 Mars CRUD App

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.

🛰 Features

  • Java Spring Boot backend

  • RESTful API for resource management

  • In-memory H2 database

  • Dockerized backend

  • CI/CD pipeline with GitHub Actions

Run locally

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

License

That repo was made as a part of a course assignment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published