This repository contains the backend server for the Online Workshop application, built to enable seamless real-time interactions, content delivery, and user management for online workshops.
- User Authentication: Secure login and registration.
- Content Delivery: Efficient streaming and distribution of workshop materials.
- Admin Dashboard: Tools for admins to monitor and manage workshops.
- Java: Backend programming language.
- Spring Boot: Framework for building REST APIs and services.
- MySQL: Persistent data storage for users and workshops.
src/— Main application source code..mvn/— Maven wrapper files.pom.xml— Maven configuration.mvnw,mvnw.cmd— Maven wrapper scripts.
Clone and run the project locally:
git clone https://github.com/udaykiriti/onlineworkshop-server.git
cd onlineworkshop-server
./mvnw clean install
./mvnw spring-boot:run