Skip to content

Latest commit

 

History

History
executable file
·
40 lines (37 loc) · 637 Bytes

File metadata and controls

executable file
·
40 lines (37 loc) · 637 Bytes

Приложение школы Node.js «Кошелёк»

Install

npm i

Build

npm run build

Restore database

Just once

mongorestore --db=school-wallet school-wallet-dump

Добавить конфиг config/default.json

домены для почты mail.ru, bk.ru, list.ru, inbox.ru в моей реализации

{
	"server": {
		"port": 3001,
		"certs_dir": "fixtures",
		"https": false
	},
	"mailing": {
		// Ваша почта
		"mail": "_____",
		// Пароль
		"pass": "_____",
		// Ваша почта
		"from": "Wallet-App ______"
	}
}

Run

npm start