Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 650 Bytes

kolefni

Carbon footprint tracker

Current version

  • H2 database integration
  • signup/login functionality
  • electricity carbon footprint calculator
  • Create/Read operations for User and Electricity tables
  • Thymeleaf template engine

TODO

  • a lot

How to run

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.