This application provides a simple interface to create flash cards with hints.
Check the running application here Use following credentials
UserName: admin
Password: demo
npm install
npm install knex -g
Application use base sqlite database from here
knex migrate:latest
node app.js
PM2 is recommended.
Set default setting and a super strong password in config.js
Make changes to web-app/ and Run
gulp