Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages