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.
The project is in its initial development phase. More features and improvements will be added over time. Stay tuned!
- Backend: Java, Spring Boot
- Frontend: Tailwind CSS
- Database: H2 Database (for development), MySQL (for production)
- User Management: Register, login, and role-based access control.
- Plugin Management: Upload, download, and view plugin details.
- Secure: JWT-based authentication and authorization.
- Java 17 or higher
- Gradle
- Node.js (for frontend development)
-
Clone the repository:
git clone https://github.com/Ordinal-Team/OrdinalTeamWeb.git cd OrdinalTeamWeb
-
Navigate to the
backend
directory and build the project:cd backend gradle clean build
-
Run the Spring Boot application:
gradle bootRun
-
Navigate to the
frontend
directory:cd frontend
-
Install the dependencies:
npm install
-
Start the development server:
npm start
The site is accessible at http://185.229.220.75:8090/.
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License - see the LICENSE file for details.
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.