Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```