Skip to content

REST API for connecting, processing and controlling the Wearable FIT System

Notifications You must be signed in to change notification settings

IgorFollador/wearable-fit-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API WEARABLE FIT

REST API for connecting, processing and controlling the Wearable FIT System

💻 Requirements

First, verify if you have:

🚀 Install Package

To install, follow these steps:

npm install

The commands below refer to database creation, migration and population, respectively:

npx sequelize db:create
npx sequelize db:migrate
npx sequelize db:seed:all

☕ How to start the server

After reviewing the environment variables file .env is correct, just run:

NOTE: the .env.example file can be used as a template for configuration.

npm start
//or
npm run dev
//or
npm run test

About

REST API for connecting, processing and controlling the Wearable FIT System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published