Library Checkout System - Experimental
- Docker (if you deploy with docker)
- Change
${MYSQL_DBNAME}
,${MYSQL_DBUSER}
,${MYSQL_DBPASS}
,${MYSQL_DBPASS}
indocker-compose.yml
file. - Open command prompt,
cd
to the directory,- and run
docker-compese
- after it finishes running, browse
http://localhost:8080
Docker will create 3 containers, one for DB, one for backend, and one for frontend. The backend port is 8090 but you will not need it. Front end is served at port 8080.