- Java Spring + Maven
- Selenium Driver
- Java Mail
- ReactJS
- React Bootstrap
- OpenWeatherMap API
- PostgreSQL
- Heroku (project is currently connected to a remote database)
Branch | Merge to | Purpose |
---|---|---|
Master | N/A | production ready |
DEV | Master | all current working features |
ATC-x | DEV | new features |
ATCB-x | ATC-x branch | bug fixes |
ATD-x | N/A | documentation |
DEP-x | N/A | deployment related |
- Only fully tested code ready for deployment is on the master branch.
- Once a feature is completed and working, it is merged into the DEV branch.
- These branches are created according to codes of issues in this repository once a task is complete, the ATC branch is merged into the DEV branch.
- These branches are created according to codes of issues in this repository once a bug is fixed, the ATCB branch is merged into its corresponding ATC branch.
- These branches are created according to codes of issues in this repository. They are related to any form of documentation.
- These branches are created according to codes of issues in this repository. They are related to any form of deployment