CMCM is a nodejs application that manage model configurations.
- CRUD operations on context models configurations
- User login and registration implementation
CMCM requires Node.js v4+ to run.
Install the dependencies and start the server (default port 3001). You can change port in bin/www file.
$ cd CMConfigurationMicroservice
$ npm install -d
$ npm startFuture features:
- Add support of other data types
- Add more options for configuration