Skip to content

Permission-based IoT cloud datastore, provided as a RESTful API in Express.js

Notifications You must be signed in to change notification settings

rivergillis/wearables-rest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Documentation

Available at this Google Doc.

Build Instructions

Install NodeJS

Create a .env file in the root dir with keys MONGO_ADMIN_USERNAME, MONGO_ADMIN_PASSWORD, JWT_KEY, ADMIN_KEY

Update the dependencies with npm install

Launch dev server with npm run dev

Build for production with npm run build

Launch production server with npm start

Deploy with npm run build && gcloud app deploy

Find the URL with gcloud app browse

About

Permission-based IoT cloud datastore, provided as a RESTful API in Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published