Simple web application build in Python flask and React to allow students to search in multiple public libraries at the same time. It also allows users to share their books of interest for one week with everyone else on the platform
python -m pip install -r requirementscd static
npm install
npm run buildpython main.pyNavigate to http://localhost:5000
docker build -t cityapp .
docker run -p 5000:5000 cityapppython -m unittest