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 requirements
cd static
npm install
npm run build
python main.py
Navigate to http://localhost:5000
docker build -t cityapp .
docker run -p 5000:5000 cityapp
python -m unittest