https://github.com/quansight/qhub-home
QHub web content
https://github.com/quansight/qhub-home
Last synced: 11 months ago
JSON representation
QHub web content
- Host: GitHub
- URL: https://github.com/quansight/qhub-home
- Owner: Quansight
- Created: 2020-05-04T16:04:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T17:03:17.000Z (almost 6 years ago)
- Last Synced: 2025-08-10T20:40:16.964Z (11 months ago)
- Language: Jupyter Notebook
- Homepage: https://quansight.github.io/qhub-home/
- Size: 993 KB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qhub frontend
This repo houses the qhub frontend moving forward. This effort will house a backend
written in fastAPI, and a fronend in Vue, with additional components.
`prototype` houses notebooks that have been used to prototype data
`app` houses the fastAPI backend
## Running with dockerfile
`docker build -t .`
`docker run -d --name -p 8000:8000 `
Then, navigate to `0.0.0.0:8000/docs` in the web browser to see the api view.
## Running without dockerfile
`cd` to `src` and run `python main.py`