RERE's purpose is to present issues of urban flora and fauna by creating a network of sensors which monitor environmental conditions.
git clone https://github.com/a1eaiactaest/rere
cd rere/
git submodule update --init
Then run:
pip install -r requirements.txt
to satisfy python dependencies.
Start backend server:
python3 api/app.py
Read more about API
Then start node.js running frontend:
cd frontend/ && npm start
Build and compose docker images:
docker-compose build -d
To stop them:
docker-compose stop
To remove:
docker-compose down
Now you can browse to http://localhost:5000
to open the website.
RERE's codebase is developed by a1eaiactaest and users like you. We welcome both pull requests and issues on GitHub. Check out the contributing docs.
Our Code of Conduct.
And follow me on Twitter.