Online Learning Management System (LMS) built using Spring Boot for the backend and Angular for the frontend.
Before you can run the application, you need to have the following software installed:
- Java Development Kit (JDK) - Version 11.0+
- Node.js - Version 16.16.0
- Angular CLI - Version 16.2.2
- MySQL Database
-
Clone the repository:
git clone https://github.com/Phani-E650/OnlineLearningManagement.git
cd OnlineLearningManagement/backend
spring.datasource.url=jdbc:mysql://localhost:3306/your_db_name
spring.datasource.username=your_db_username
spring.datasource.password=your_db_password
Build and run the Spring Boot application: ./mvnw spring-boot:run
cd OnlineLearningManagement/frontend
npm install
ng serve
The frontend now be accessible at http://localhost:4200