/confone-backoffice

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

confone-backoffice

Start DB

  • cd db; docker-compose up
    • db runs on localhost:3306, username-password: abc/abc, dbName: db
  • alternatively you can create your own database based on 0-schema.sql and fill it using with fill-db.js
    • cd db; yarn; node fill-db.js; cd ..
    • fill-db.js uses same credentials to access db