| Environment | Url | Comments |
|---|---|---|
| Production | hub.empowerhack.io | Data is kept |
| Development | dev.hub.empowerhack.io | Data is NOT kept between deployments |
Family Members, Project list, Calendar etc...
Please read Contribution documentation
Using Spring boot with Maven
Requirements
- Java v1.8+
- Maven v3+
- Open the project in a maven supporting IDE (Intellij by Jetbrains highly recommended)
more to follow
Standard Spring boot structure.
pom.xmlproject dependenciessrc/main/javajava source filessrc/main/resources/staticstatic files (css, javascript etc)src/main/resources/templateshtml filessrc/testtest files
-
For each feature, we will iterate through the following tasks:
Prototype > Wireframes > Implement Wireframes > Design > Implement Design > Done -
Reviews will occur at each step of the process
(Task > Pull Request > Review > Commit) -
NOTE: The Prototype branch is meant as a proof of concept and must not (ever!) be merged into mainstream
