Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wagenrace/python_dep_graph
back-end of the python depency frontend
https://github.com/wagenrace/python_dep_graph
neo4j
Last synced: 3 months ago
JSON representation
back-end of the python depency frontend
- Host: GitHub
- URL: https://github.com/wagenrace/python_dep_graph
- Owner: wagenrace
- Created: 2022-06-09T19:18:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T12:41:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T03:46:58.564Z (almost 2 years ago)
- Topics: neo4j
- Language: Jupyter Notebook
- Homepage: https://wagenrace.github.io/python_dep_frontend/
- Size: 9.02 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Local testing
Make a env.list with NEO4J_URL, NEO4J_USER, and NEO4J_PSWD.
Run```cmd
uvicorn app.main:app --env-file env.list --port 80
```