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.xml
project dependenciessrc/main/java
java source filessrc/main/resources/static
static files (css, javascript etc)src/main/resources/templates
html filessrc/test
test 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