SimonSta95 / GameHub_Capstone

Capstone project for the neueFische Java Fullstack Bootcamp
0 stars 0 forks source link

🎮 GameHub Capstone Project
@NeueFische Java Fullstack Bootcamp

📖 Description

GameHub is a web application designed to help users manage their game collections. With GameHub, users can:

It’s the ultimate tool for any gamer who wants to keep track of their gaming adventures in one place!

🚀 Features (Planned)

🛠️ Tech Stack

Backend

Frontend

CI/CD

External API Integration

📦 Installation

  1. Clone the repository:
    
    git clone https://github.com/SimonSta95/GameHub_Capstone.git

Backend

  1. Install dependencies and run the application:

    
    mvn clean install
    mvn spring-boot:run
  2. Ensure MongoDB is running locally or connected to a MongoDB Atlas cluster.

  3. The backend will be available at http://localhost:8080/.

    Frontend

  4. Install the required packages and run the development server:

    
    npm install
    npm run dev
  5. The frontend will be available at http://localhost:5173/.