API back-end for diabetes management.
Check out the front-end project available in Glicocheck repository.
- Backend
- NodeJS
- Express
- Bcrypt
- Json Web Token
- Database
- Quality
- Semantic code analysis
- CICD
- Deploy
- Clone this project.
git clone https://github.com/oluizeduardo/glicocheck-api.git
- Access the root folder.
cd glicocheck-api
- Configure the environment variables.
cp .env-example .env
- Install all the dependencies.
npm install
- Run the server.
npm run dev
See the document of endpoints.