Carbon footprint tracker
- H2 database integration
- signup/login functionality
- electricity carbon footprint calculator
- Create/Read operations for User and Electricity tables
- Thymeleaf template engine
- a lot
Download, unzip and open in IDE (IntelliJ IDEA recommended). It's a Maven project and can be started by executing main() in the TrackerApplication class. The app runs locally on port 8081. H2 database engine is needed to observe schema and CRUD operations (https://www.h2database.com/html/main.html) H2 credentials and API keys are currently exposed and can be used for testing.