Skip to content

oluizeduardo/glicocheck-api

Repository files navigation

Glicocheck API

API back-end for diabetes management.

Check out the front-end project available in Glicocheck repository.

🛠 Technologies applied

🚀 How to run locally

  • Clone this project.
    • git clone https://github.com/oluizeduardo/glicocheck-api.git
  • Access the root folder.
    • cd glicocheck-api
  • Configure the environment variables.
    • cp .env-example .env
  • Install all the dependencies.
    • npm install
  • Run the server.
    • npm run dev

📡 API Endpoints

See the document of endpoints.

🔗 Code analysis

SonarCloud