Skip to content

oluizeduardo/glicocheck

Repository files navigation

Glicocheck

Web platform for diabetes management.

Check out the back-end project available in Glicocheck-API repository.

🛠 Technologies applied

🚀 How to run locally

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

🔗 Code analysis

SonarCloud

💻 Related projects