https://github.com/jsmith/d2l
A full-stack web application built for the 2017 UNB Programming Competition!
https://github.com/jsmith/d2l
Last synced: 9 days ago
JSON representation
A full-stack web application built for the 2017 UNB Programming Competition!
- Host: GitHub
- URL: https://github.com/jsmith/d2l
- Owner: jsmith
- Created: 2017-11-24T14:14:12.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-05-03T15:00:07.000Z (about 8 years ago)
- Last Synced: 2026-01-31T19:34:39.010Z (5 months ago)
- Language: Java
- Homepage: https://d-2-l.herokuapp.com
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D2L++
The 2017 UNB Atlantic Engineering Competiion Qualifiers repository for team 2.
D2l++ is a full stack web application meant to partially replace the Learning Management System used at UNB called D2L. With D2L++, you can upload your assignments to a specific dropbox and download them (if you have the correct permissions).
You c̶a̶n̶ could find the application running [here](https://d-2-l.heroku.com).
## Setup
1. Setup a MySQL database.
2. Change the `application.properties` file in the `resource` directory to the correct MySQL information.
3. Import this repository as a Maven project in an IDE. We used Intellij IDEA.
4. Run the `QualifiersApplication` class.