Server:
-
create db 'library'
-
edit the file config.json.sample (remove .sample) setup config/config.json with your data for DB.
-
run: 3.1) npm i 3.2) npm i -g sequelize sequelize-cli mysql2 mysql sequelize-auto
-
run: 4.1) migrations.bat 4.2) set_data.bat
-
run: npm start
Client:
-
edit the file config.json.sample (remove .sample) from the file name, setup "host" for your server.
-
run: npm i
-
run: npm start
default user: login: 'admin' password: 'admin'