https://github.com/iamsdas/pawsadoption
https://github.com/iamsdas/pawsadoption
animals flask reactjs sqlalchemy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamsdas/pawsadoption
- Owner: iamsdas
- Created: 2021-04-17T04:39:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T04:26:03.000Z (about 5 years ago)
- Last Synced: 2025-04-08T13:25:55.297Z (about 1 year ago)
- Topics: animals, flask, reactjs, sqlalchemy
- Language: JavaScript
- Homepage: https://pawsadoption.netlify.app/
- Size: 59.4 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PawsAdoption
[](https://app.netlify.com/sites/pawsadoption/deploys) 
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
```