projecthealth-frontend

Healevate is an open-source calorie tracker + other health feature web application.

How to contribute

  1. Raise an issue in this repo's issues tab
  2. Simply clone this app through Git.
  3. Branch out from the dev branch to create a feature branch.
  4. After committing and pushing your feature branch, create a pull request.
  5. Assign any of the moderators (main devs) as reviewers and wait for them to approve your pull request.
  6. Once approved, merge your changes to the dev branch.
  7. These changes will be reviewed by the moderators before merging them to the main branch which is the release branch.

The previously deployed backend app is currently down there are currently no plans to deploy the backend to production again. To run the backend, you must clone this GitHub repository: https://github.com/markfrias/projecthealth-backend. After cloning, you must provide the environment variables for the database instance you want to use (which you should provide). You should also provide your own Google credentials json file for Firebase features to work properly.

Hopefully, this documentation will get updated soon and will be more detailed.