Driving School Application is a third semester project for B.Sc Students at Aalborg University, Denmark. The application is running Spring, connetected between an interface and backend-server with REST. Some of the features are listed as:
- Create, delete and update lessons for each student.
- Create, delete and update course for each student.
- Dedicated store manager, handles course / additional lessons request from students.
- Full User Management System
- Logbook and signature support.
- Dedicated Calendar for each user.
Following guide will explain how to get the website running. The website was written using IntelliJ IDEA as IDE.
Maven (Is provided natively by most IDE's)
First clone the repository.
git clone https://github.com/SW3-ds302e18-2018/DrivingSchoolApplication.gitGo to the directory.
cd DrivingSchoolApplicationCompile the project using maven.
mvn compile- Spring - The web framework for both MVC and REST
AGPL-3.0