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

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.

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
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](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)