simple-licensing-api
simple-licensing-api copied to clipboard
Simple Licensing API is a simple and ready to use API to manage your software license.
simple-licensing-api
Simple Licensing API is a simple and ready to use API to manage your software license.
It generates license keys in bulk, and provides a simple RESTful + JSON API to activate and validate a license key from any device on which your app runs.
DEMO
Check out the live demo.
How to install
- Make sure you already have MongoDB installed.
- Clone this repository.
- Run
npm installoryarn installto install all the dependencies. - Run
npm run watchto build the client-side javascript using webpack. - Copy
config.sample.jstoconfig.jsand make changes to the configuration according to your specific environments. - Run
node ./bin/www.js. - Visit
http://localhost:3352/from your browser.