/OrdinalTeamWeb

Primary LanguageHTMLOtherNOASSERTION

OrdinalTeamWeb

Java Spring Boot Tailwind CSS License

OrdinalTeamWeb is an emerging project aimed at creating a platform where users can download and upload Discord bot plugins, similar to Spigot for Minecraft. The project is currently in its early stages.

Project Status

The project is in its initial development phase. More features and improvements will be added over time. Stay tuned!

Technologies Used

  • Backend: Java, Spring Boot
  • Frontend: Tailwind CSS
  • Database: H2 Database (for development), MySQL (for production)

Features Incoming

  • User Management: Register, login, and role-based access control.
  • Plugin Management: Upload, download, and view plugin details.
  • Secure: JWT-based authentication and authorization.

Installation

Prerequisites

  • Java 17 or higher
  • Gradle
  • Node.js (for frontend development)

Backend Setup

  1. Clone the repository:

    git clone https://github.com/Ordinal-Team/OrdinalTeamWeb.git
    cd OrdinalTeamWeb
  2. Navigate to the backend directory and build the project:

    cd backend
    gradle clean build
  3. Run the Spring Boot application:

    gradle bootRun

Frontend Setup

  1. Navigate to the frontend directory:

    cd frontend
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm start

Accessing the Site

The site is accessible at http://185.229.220.75:8090/.

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or suggestions, feel free to open an issue or contact the project maintainers.


Note: This project is just starting, so expect frequent updates and changes.