https://github.com/shmador/java-sql-server
Building a web app with Java Spring server and MySQL database, Deployed with custom Docker images
https://github.com/shmador/java-sql-server
api backend crud docker java javascript javaspringboot maven
Last synced: 11 months ago
JSON representation
Building a web app with Java Spring server and MySQL database, Deployed with custom Docker images
- Host: GitHub
- URL: https://github.com/shmador/java-sql-server
- Owner: shmador
- Created: 2025-04-03T18:44:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T23:54:37.000Z (about 1 year ago)
- Last Synced: 2025-07-18T07:36:28.998Z (12 months ago)
- Topics: api, backend, crud, docker, java, javascript, javaspringboot, maven
- Language: Java
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# Workout Logger
A simple workout logger to track and filter your exercise routines.
## Features
- **Log** your workout data.
- **Filter** specific workouts or exercises.
- View data about your fitness routine.
## Built With
- **Backend (API Server):** Java Spring
- **Database:** MySQL
- **Frontend:** JavaScript, HTML, CSS
- **Build:** Maven
- **Deployment:** Docker
## Prerequisites
Ensure you have the following installed:
- [Docker](https://www.docker.com/)
- [Docker Compose Plugin](https://docs.docker.com/compose/install/)
## How to Run
1. Clear ports: 80, 8080, 3306
2. Clone the repository:
```bash
git clone git@github.com:shmador/java-sql-app.git
3. Go to the repository directory:
```bash
cd java-sql-app
4. Run:
```bash
docker compose up
5. Access the website on localhost:80