Skip to content

oluizeduardo/glicocheck-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glicocheck Admin

Administrative interface for Glicocheck.

How to run locally

  • Clone this project.
    • git clone https://github.com/oluizeduardo/glicocheck-admin.git
  • Configure the environment variables.
    • cp .env-example .env
  • Install all the dependencies.
    • yarn install
  • Run the server.
    • yarn start

Code analysis

SonarCloud