https://github.com/oluizeduardo/glicocheck
Web platform for diabetes management.
https://github.com/oluizeduardo/glicocheck
api-rest bootstrap5 cypress express github-actions javascript jwt knexjs nodejs sqlite3
Last synced: 3 months ago
JSON representation
Web platform for diabetes management.
- Host: GitHub
- URL: https://github.com/oluizeduardo/glicocheck
- Owner: oluizeduardo
- Created: 2022-07-20T23:21:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T22:17:16.000Z (over 1 year ago)
- Last Synced: 2025-08-13T06:35:57.533Z (11 months ago)
- Topics: api-rest, bootstrap5, cypress, express, github-actions, javascript, jwt, knexjs, nodejs, sqlite3
- Language: JavaScript
- Homepage: https://glicocheck.onrender.com
- Size: 4.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glicocheck
Web platform for diabetes management.
Check out the back-end project available in [Glicocheck-API](https://github.com/oluizeduardo/glicocheck-api) repository.
## 🛠Technologies applied
- Frontend
- [Bootstrap](https://getbootstrap.com/)
- [SweetAlert](https://sweetalert.js.org/)
- Quality
- Test
- [Cypress](https://www.cypress.io/)
- Static analysis
- [ESLint](https://eslint.org/)
- CICD
- [GitHub Actions](https://docs.github.com/en/actions)
- Deploy
- [Render](https://render.com/)
## 🚀 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
[](https://sonarcloud.io/summary/new_code?id=oluizeduardo_glicocheck)
## 💻 Related projects
- [Glicocheck API](https://github.com/oluizeduardo/glicocheck-api)
- [Glicocheck Admin](https://github.com/oluizeduardo/glicocheck-admin)