# データベース接続情報
DB_HOST=localhost
DB_USER=USER_NAME
DB_PASS=PASSWORD
DB_NAME=_pkmn
# 1ページあたりのリスト件数(任意)
LIST_PER_PAGE=10
※ Need MySQL(MariaDB) has started
node index.js
or
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# データベース接続情報
DB_HOST=localhost
DB_USER=USER_NAME
DB_PASS=PASSWORD
DB_NAME=_pkmn
# 1ページあたりのリスト件数(任意)
LIST_PER_PAGE=10
※ Need MySQL(MariaDB) has started
node index.js
or
npm start