Web platform for diabetes management.
Check out the back-end project available in Glicocheck-API repository.
- Frontend
- Quality
- CICD
- Deploy
- 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
