Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wagenrace/openmeasurement_backend
https://github.com/wagenrace/openmeasurement_backend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wagenrace/openmeasurement_backend
- Owner: wagenrace
- Created: 2022-07-28T06:49:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T13:51:27.000Z (over 2 years ago)
- Last Synced: 2024-10-22T07:10:09.812Z (3 months ago)
- Language: Jupyter Notebook
- Size: 80.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 81
```