Installing steps
Copy database
$ cp -pf src/data/sqlite.db.brank src/data/sqlite.db
Start Up docker container
$ ./docker.sh -u
- Front end: http://localhost:3000/
- Back end: http://localhost:5050/
- sqlite-web: http://localhost:7000/
Shutdown docker container
$ ./docker.sh -d