https://github.com/softwareunderground/careermap
A small app to map career paths
https://github.com/softwareunderground/careermap
Last synced: 3 months ago
JSON representation
A small app to map career paths
- Host: GitHub
- URL: https://github.com/softwareunderground/careermap
- Owner: softwareunderground
- License: apache-2.0
- Created: 2020-06-03T13:06:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T14:27:43.000Z (over 3 years ago)
- Last Synced: 2024-05-01T09:36:54.770Z (about 2 years ago)
- Language: Jupyter Notebook
- Size: 206 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# careermap
**A small app to map career paths**
The notebook is very hacky, but it might be easier to develop new things there
instead of in the app.
The app is a `flask` app. Run it with:
flask run
## Requirements
You'll need
[`networkx`](https://networkx.github.io/documentation/stable/install.html) and [`flask`](https://flask.palletsprojects.com/en/1.1.x/installation/). So far, everything else is standard library.
Or just do this from this directory:
pip install -r requirements.txt
## Demo
This app is no longer deployed anywhere.