An open API service indexing awesome lists of open source software.

https://github.com/iamsdas/pawsadoption


https://github.com/iamsdas/pawsadoption

animals flask reactjs sqlalchemy

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# PawsAdoption
[![Netlify Status](https://api.netlify.com/api/v1/badges/1b423a14-2ef2-4b98-9273-f09e4ed65d37/deploy-status)](https://app.netlify.com/sites/pawsadoption/deploys) ![Heroku](https://heroku-badge.herokuapp.com/?app=pawsadoption&style=flat&svg=1)

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
```