/nutrity-api

API de la aplicación de nutrición Nutrity

Primary LanguageGoMIT LicenseMIT

Nutrity API

Nutrition application

How to run

API V1

  1. Follow Google's documentations to get Client ID and Client Secret

  2. Copy example .env file and add your configurations to it:

cp .env.example .env
  1. Use VS Code tasks or scripts in scripts directory to build application or update documentation.

Contribute

  1. Fork this repository.
  2. Make a new branch that diverges from development branch and add your feature there. Its name must be descriptive, if it's a hotfix add prefix "hotfix-".
  3. Make your pull request, making sure to link your Pull Request to an issue to close it automatically.