Skip to content

This is a simple app to create flash cards with hints and use them as and when required.

License

Notifications You must be signed in to change notification settings

vineeshnp/flash-cards

 
 

Repository files navigation

Flash Cards

This application provides a simple interface to create flash cards with hints.

Demo

Check the running application here Use following credentials

UserName: admin
Password: demo

Setup

Install dependencies

npm install

Install knex

npm install knex -g

Run latest migration

Application use base sqlite database from here

knex migrate:latest

Running application

node app.js

PM2 is recommended.

Make changes to config

Set default setting and a super strong password in config.js

Modifications to js or css

Make changes to web-app/ and Run

gulp

About

This is a simple app to create flash cards with hints and use them as and when required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • HTML 22.3%
  • CSS 2.2%