Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaiwxn/binovation-binnet

Webapp for calculating and visualizing bin data
https://github.com/kaiwxn/binovation-binnet

django leaflet openstreetmap

Last synced: about 1 month ago
JSON representation

Webapp for calculating and visualizing bin data

Awesome Lists containing this project

README

        

# This is BinNet!

> Website for our MyScience Project "Binovation"

## Setup

Create a virtual environment to install dependencies in and activate it:

```console
$ python -m venv c:\path\to\myenv
$ \Scripts\activate.bat
```

Then install the dependencies:

```console
(env)$ pip install -r requirements.txt
```

Once `pip` has finished downloading the dependencies:
```console
(env)$ cd binnet
(env)$ python manage.py runserver
```
And navigate to `http://127.0.0.1:8000/binnetapp/index`. This should bring you to the Home Page of BinNet.