Skip to content

Full-stack web application using Spring Boot and React.js for tracking calories and showing reports for users

Notifications You must be signed in to change notification settings

PavelJankoski/Calories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CALORIES

Environment setup

The following manual will help you setting up the environment:

  1. You need to have a running PostgreSQL database (set username and password of db in application.properties based on your postgresql configuration)
  2. Manually create calories database
  3. Start spring-boot backend located in calories-be
    • You can use your IDE's options for this purpose
  4. Tables, relations and initial data will be created automatically once you start the application.
  5. Start the separate react application(widget) located in invite-friend-widget folder, so it could be integrated within the main frontend application.
    • Type yarn install && yarn start in console window or use IDE's options
  6. Start the main react application located in calories-fe.
    • As in the step above, type yarn install && yarn start in console window or use IDE's options
  7. Once the application is started, you have two options to log in (you can register as well):
  8. Enjoy the application! :)

API testing

About

Full-stack web application using Spring Boot and React.js for tracking calories and showing reports for users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages