An open API service indexing awesome lists of open source software.

https://github.com/oluizeduardo/glicocheck-admin

Administrative interface for Glicocheck.
https://github.com/oluizeduardo/glicocheck-admin

react react-admin rest-api

Last synced: 2 months ago
JSON representation

Administrative interface for Glicocheck.

Awesome Lists containing this project

README

          



# Glicocheck Admin
Administrative interface for [Glicocheck](https://github.com/oluizeduardo/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](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/summary/new_code?id=oluizeduardo_glicocheck-admin)