Giter Site home page Giter Site logo

bartoszdabek / mycalories Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 39.68 MB

Web app to counting calories

License: MIT License

Java 61.09% TypeScript 19.73% JavaScript 0.72% CSS 4.34% HTML 10.08% Dockerfile 0.03% TSQL 4.02%
java angular spring-boot webapp lanterna

mycalories's Introduction

MyCalories

Application to counting calories. You can run it as web application or in text-gui mode(Screenshots on the bottom).

Prerequisites

Configurations

Before you run application you need to configure database and liquibase properties. Properties are located in ./src/main/resources/application.properties ./src/main/resources/liquibase/liquibase.properties

Default settings

driver=org.postgresql.Driver
url=jdbc:postgresql://localhost:5432/MyCalories
username=postgres
password=admin

Build and Run

You have two options:

  1. Run only server run with your IDE: CalorieeCApplication.java located in .src/main/java/pl/mycalories
  2. Run server with TextGUI run with your IDE: Main.java located in .text_interface/src/pl/mycalories or run with maven: mvn spring-boot:run

By default server will be running on port 8080.

Development

Go to ./frontend folder and in the bash console enter:

  1. npm install
  2. npm start or ng serve to start front-end server for development.

By default server will be running on port 4200.

Screenshoots

alt text alt text alt text
alt text alt text alt text

mycalories's People

Contributors

bartlomiejciura avatar bartoszdabek avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.