open5gs/webui
Sukchan Lee f9390b5240 missing
2017-06-17 11:35:51 +09:00
..
pages update it 2017-06-09 14:28:21 +09:00
server missing 2017-06-17 11:35:51 +09:00
src Experimental try to move Auth module from Session to redux-saga 2017-06-09 21:43:15 +09:00
static update it 2017-06-04 21:39:50 +09:00
.babelrc update it 2017-06-09 14:22:26 +09:00
package.json subscriber REST API is done 2017-06-17 11:35:12 +09:00
README.md add MongoDB 2017-06-10 15:46:06 +09:00
yarn.lock subscriber REST API is done 2017-06-17 11:35:12 +09:00

Prerequisite

Install Node.js at https://nodejs.org/
Install yarn at https://yarnpkg.com/
Install MongoDB at https://www.mongodb.com/

Install Package

yarn

Running

[for Development] 
   mongod
   yarn run dev
[for Production] 
   mongod
   yarn run build; yarn run start