0.1.5 • Published 3 years ago

exp-server v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Installation

Install the dependencies and devDependencies and start the server.

$ npm install exp-server
// init server
const server = require('exp-server');
server.init(sandbox);
// start server
server.start();
// connect mongoose;
server.connect_mongoose();
// stop server
server.stop();
// disconnect mongoose
server.disconnect_mongoose();
// mapping api
server.mappingStore();

// Example Connect API github