https://github.com/instea/confone-backoffice
https://github.com/instea/confone-backoffice
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/instea/confone-backoffice
- Owner: instea
- License: gpl-3.0
- Created: 2020-03-16T17:59:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T17:33:24.000Z (about 4 years ago)
- Last Synced: 2025-04-14T23:02:45.379Z (over 1 year ago)
- Language: JavaScript
- Size: 17.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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