Skip to content

instea/confone-backoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published