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.
- Clone the repository
git clone https://github.com/miyurugunarathna/learning-management-system.git
- 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]
-
Do your modification in the branch you have been created
-
Stage and commit changes you have been made with a meaningful commit message
git add . git commit -m "[commit_message]"
- Push the feature branch to the central repository
git push -u origin [branch_name]
- Finally make a Pull Request. See the guide for more details 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/