Daily food calorie tracker
Technologies:
- Postgres
- Java 8
- Guice
- JPA with Hibernate
- Jetty
- JAX-RS with Jersey
- Gson
- EmberCLI and Ember.js
- Start postgres server
- Run
database_structure.sqlto create database structure - Run ember build with
npm run buildto build front end app/javascript/css - Start jetty server with
./gradlew run -DconnectionString=<username>:<password>@<host>:<port>/<dbname> -DlocalDev=true - Navigate to
http://localhost:8080/uito use app