71dbc158775e64f301165ccc12a4d2fe5e8d7d0f
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
bookish
bookish is customer relationship management for library systems. It keeps track of renters and the books they have out.
Prerequisites
- You will need Docker Desktop installed.
Getting Started
To run bookish locally first set the BOOKSHOST environment variable in ./docker-compose.yml to the Books API hostname. You can then use docker-compose from the root directory to spin up the local environment:
docker-compose up -d
This will start a local MySQL container on port 3306 using the root user and password 123pass. A volume will be mounted that holds spin up SQL scripts that will prepare the database for you.
Once the local backend environment is spun up you may start the bookish-ui development environment by running:
cd bookish-ui && npm start
Description
bookish is customer relationship management for library systems. It keeps track of renters and the books they have out.
8.1 MiB
Languages
TypeScript
60.6%
Go
36.8%
HTML
2.3%
CSS
0.2%
Dockerfile
0.1%
