Skip to content

Full functional learning management system for private institutes. This is the Spring Boot back-end of this project.

Notifications You must be signed in to change notification settings

miyurugunarathna/learning-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Aspire. Backend (Spring Boot)

The Learning Management System - Aspire.

Aspiration of Education Inspiration

Learning Management System (LMS) is a Web Application which connects the teachers and the students to perform online delivery of educational courses. It provides an all-in-one platform where teachers can deliver courses for which students can enroll. The COVID-19 pandemic has led to closure of Educational Institutions. This has affected not only the education of the students, but also the teachers and economy of the country. To provide a solution for this problem, we chose to develop an online Learning Management System to deliver courses online. The main importance of this platform is to generate income by providing educational services.

Contribution Guide (Only for the Project Team)

  1. Clone the repository
git clone https://github.com/miyurugunarathna/learning-management-system.git
  1. Create a feature branch with meaningful name and check it out locally. Please make sure to give a meaningful name to your branch. See the guide for the more details Link
git checkout -b [branch_name]
  1. Do your modification in the branch you have been created

  2. Stage and commit changes you have been made with a meaningful commit message

git add .
git commit -m "[commit_message]"
  1. Push the feature branch to the central repository
git push -u origin [branch_name]
  1. Finally make a Pull Request. See the guide for more details Link

Link

Spring Framework http://spring.io
Spring Boot https://spring.io/projects/spring-boot
Spring Tools https://spring.io/tools
Spring Initializr https://start.spring.io/
Project Lombok https://projectlombok.org/
Postman API Client https://www.postman.com/product/api-client/
IntelliJ IDEA https://www.jetbrains.com/idea/

Contributors

About

Full functional learning management system for private institutes. This is the Spring Boot back-end of this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages