This is a website to connect stray animals with willing adopters build during the hackathon "hack the space" by Team DNA. It uses react.js for frontend and flask for backend.
git clone https://github.com/iamsdas/PawsAdoption.git
cd PawsAdoption
cd frontend
npm ci
npm run serve
cd backend
pip install -r requirements_dev.txt
python app.js