Skip to content

RESTfulAPI that integrates with both WebApp and DesktopApp

Notifications You must be signed in to change notification settings

SmartPowerSocket/RESTfulAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTfulAPI

Reference

This project was done as part of an undergrad thesis, for more details visit: https://docs.google.com/file/d/0B4CqM12akwGJQ2hrTlVPTWtFYkE/edit?filetype=msword

Getting Started

Install MongoDB before running the API server: https://docs.mongodb.org/manual/installation/

After installing it, remember to run mongo by doing:

$ mongod

Install dependencies and start app

$ npm install
$ touch .env
$ echo "PARTICLE_USER_EMAIL='${PARTICLE_USER_EMAIL}'" > .env
$ echo "PARTICLE_USER_PASSWORD='${PARTICLE_USER_PASSWORD}'" > .env
$ npm run dev

About

RESTfulAPI that integrates with both WebApp and DesktopApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published