Skip to content

A full-stack anime streaming platform where users can browse anime by category and search for anime by name.

Notifications You must be signed in to change notification settings

MinhNguyenCS/movie-web-springboot

Repository files navigation

🎥 Anime Streaming Website

Anime Streaming Banner

Welcome to the Anime Streaming Website! This project is a full-stack anime streaming platform where users can browse anime by category and search for anime by name. Built using Java Spring Boot, MongoDB, and HTML/CSS/JavaScript, this application ensures smooth performance and scalability. 🚀

🌟 Features

  • 📌 Display anime by category (e.g., Action, Romance, Adventure, Comedy, etc.)
  • 🔍 Search for anime by name
  • 🎨 User-friendly UI
  • Fast and optimized performance

🛠️ Tech Stack

Backend (🔧)

  • 🖥️ Java Spring Boot
  • 🗄️ MongoDB (via Docker)

Frontend (🎨)

  • 🌐 HTML, CSS, JavaScript
  • 📜 Fetch API for dynamic content loading
  • 📲 Responsive Design

🚀 Getting Started

1️⃣ Clone the Repository

 git clone https://github.com/MinhNguyenCS/movie-web-springboot.git

2️⃣ Setup the Backend

  1. Install Java (17 or above) and Maven.
  2. Update application.properties with your MongoDB connection details.
  3. Run the backend:
 mvn spring-boot:run

3️⃣ Setup the Frontend

  1. Navigate to the frontend directory:
 cd frontend
  1. Open index.html in a browser or use Live Server.

🐳 Running MongoDB with Docker

To run MongoDB in a Docker container, use:

docker run -d -p 27017:27017 --name mongo-db mongo

🤝 Contributing

Want to contribute? Feel free to submit a pull request! 🚀

📜 License

This project is licensed under the MIT License.

💬 Contact


Enjoy watching anime! 🎥✨

About

A full-stack anime streaming platform where users can browse anime by category and search for anime by name.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published