Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogdan016/mymdb-website
Simple Website i created using HTML CSS Javascript and Bootstrap
https://github.com/bogdan016/mymdb-website
bootstrap html-css-javascript java spring-boot
Last synced: 11 days ago
JSON representation
Simple Website i created using HTML CSS Javascript and Bootstrap
- Host: GitHub
- URL: https://github.com/bogdan016/mymdb-website
- Owner: Bogdan016
- Created: 2024-01-08T19:13:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T20:38:42.000Z (12 months ago)
- Last Synced: 2024-11-08T03:40:36.075Z (2 months 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
![Exercise Example](images/SiteExerciseexample.png)
![Exercise Example 2](images/SiteExerciseexample2.png)
## Homepage
![Homepage1](images/Homepage1.png)![Homepage2](images/Homepage2.2.png)
# Technologies
- Java Spring Boot
- MySQL
- HTML, CSS
- Bootstrap
- jQuery
- Postman