Skip to content

iamsdas/PawsAdoption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

PawsAdoption

Netlify Status Heroku

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.

Usage

Cloning

git clone https://github.com/iamsdas/PawsAdoption.git
cd PawsAdoption

Frontend

cd frontend
npm ci
npm run serve

Backend

cd backend
pip install -r requirements_dev.txt
python app.js