https://github.com/bogdan016/mymdb
Simple website built with HTML, CSS, JavaScript, and Bootstrap for the frontend, and Java with Spring Boot for the backend.
https://github.com/bogdan016/mymdb
bootstrap html-css-javascript java spring-boot
Last synced: 11 months ago
JSON representation
Simple website built with HTML, CSS, JavaScript, and Bootstrap for the frontend, and Java with Spring Boot for the backend.
- Host: GitHub
- URL: https://github.com/bogdan016/mymdb
- Owner: Bogdan016
- Created: 2024-01-08T19:13:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T20:38:42.000Z (over 2 years ago)
- Last Synced: 2025-04-04T15:53:47.675Z (about 1 year ago)
- Topics: bootstrap, html-css-javascript, java, spring-boot
- Language: HTML
- Homepage:
- Size: 38.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyMDB WebSite
# Project Description
This project was a part of a university assignment about movie databases.
I found the idea interesting and decided to expand on it, with IMDB as a source of inspiration.
## Features
- **Dynamic Movie Database:** Utilizing Java Spring Boot to interact with a MySQL database for data retrieval and manipulation.
- **Responsive Web Interface:** HTML, CSS, Bootstrap, and jQuery employed to create an aesthetically pleasing and user-friendly website.
- **API Testing:** Postman used to verify and test HTTP requests for enhanced functionality.
## How to Run the Project
1. Clone the project from the GitHub repository.
2. Configure the MySQL database.
3. Run the Spring Boot application.
4. Access the web interface.
# Examples
## Exercises


## Homepage


# Technologies
- Java Spring Boot
- MySQL
- HTML, CSS
- Bootstrap
- jQuery
- Postman