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.
- Host: GitHub
- URL: https://github.com/oluizeduardo/glicocheck-admin
- Owner: oluizeduardo
- Created: 2023-05-14T23:54:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T03:07:00.000Z (over 1 year ago)
- Last Synced: 2025-06-01T21:47:21.393Z (about 1 year ago)
- Topics: react, react-admin, rest-api
- Language: JavaScript
- Homepage: https://glicocheck-admin.vercel.app
- Size: 940 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://sonarcloud.io/summary/new_code?id=oluizeduardo_glicocheck-admin)