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

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

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`