Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaiwxn/binovation-binnet
- Owner: kaiwxn
- License: apache-2.0
- Created: 2024-03-04T18:32:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T15:42:33.000Z (8 months ago)
- Last Synced: 2024-10-13T19:24:14.060Z (2 months ago)
- Topics: django, leaflet, openstreetmap
- Language: Python
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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.