An open API service indexing awesome lists of open source software.

https://github.com/marihachi/minazuki

シンプルな製品アクティベーションシステム「Minazuki」のサーバーサイド実装
https://github.com/marihachi/minazuki

license-activation license-server mit-license mongodb nodejs web-api

Last synced: about 1 year ago
JSON representation

シンプルな製品アクティベーションシステム「Minazuki」のサーバーサイド実装

Awesome Lists containing this project

README

          

# Minazuki (ja)
シンプルな製品ライセンス認証システム「Minazuki」のサーバーサイド実装です。

このアプリケーションは、個人で作成したアプリケーションなどの小規模な製品のライセンス認証サーバを想定して開発されています。もちろんそれ以上の規模でも利用が可能です。

## 必要環境
- Node.js (npmも一緒に)
- MongoDB

## 使い方
1. `git clone git://github.com/marihachi/Minazuki.git`
2. `cd Minazuki`
3. `npm i`
4. `npm run copy-config`
5. config.json を編集する
6. `npm run start`

## リファレンスドキュメント
[こちら](./referenceDocuments/index.md)

## ライセンス
このソフトウェアは MITライセンス のもとで公開されています。詳しくは [LICENSE](LICENSE) をご覧ください。

----
----

# Minazuki (en)
Server side implementation of a simple product activation system "Minazuki".

This application is developed assuming an activation server of a small-scale product such as an application created by a individual. Of course it can also be used on a larger scale.

## Required environment
- Node.js (with npm)
- MongoDB

## Usage
1. `git clone git://github.com/marihachi/Minazuki.git`
2. `cd Minazuki`
3. `npm i`
4. `npm run copy-config`
5. Edit config.json
6. `npm run start`

## Reference Documents
[Here](./referenceDocuments/index.md)

## License
This software is released under the MIT license. See [LICENSE](LICENSE) for details.