This repository stores back-end and front-end code.
Get it on Swagger
-
Clone repository
-
Run
npm install -
Run
npm run watchto development -
Run
npm run buildto build
-
Clone repository
-
Run
npm install -
Create
.envfile in root project directory
db=mongodb://localhost:27017/push
port=3003
nodeURL=https://api.minter.one/
explorerURL=https://explorer-api.minter.network/api/v1
chainId=1
b2phoneAPI=https://biptophone.ru/api.php
b2phoneKEY={Bip To Phone API Key}
mailHOST={SMTP Server}
mailPORT={Mail Port}
mailUSER={Mail User}
mailPASS={Mail Password}
sheetsKEY={Google sheets API KEY}
-
Run
npm run watchto development -
Run
npm run buildto build
