Skip to content

freehci/freehci-appliance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba1b85e · Jul 18, 2023
May 2, 2023
Jun 2, 2023
Jul 16, 2023
Jul 16, 2023
Jul 16, 2023
May 1, 2023
Apr 6, 2023
Jul 16, 2023
Jul 16, 2023
May 2, 2023
Jun 7, 2023
Apr 24, 2023
May 19, 2023
Jun 7, 2023
Apr 8, 2023
Jun 1, 2023
Jul 18, 2023
Apr 24, 2023
Apr 6, 2023
Jul 16, 2023
Apr 6, 2023
Jul 16, 2023
Apr 6, 2023

Repository files navigation

freehci-appliance

Prerequisites

  • Python 3.8 or later (may work with other versions as well)
  • pip (Python package manager)

Getting Started

  1. Clone the repository: git clone https://github.com/freehci/freehci-appliance.git

  2. Install uvicorn using pip: pip install uvicorn

  3. Install the requirements: pip install -r requirements.txt

  4. Configure the Vue.js frontend to work with the FreeHCI API. Edit html/ui/static/js/config.js to point to your API endpoint:

window.apiBaseUrl = "http://localhost:8000/";
  1. Run the project using uvicorn: uvicorn main:app --reload

Options: --host TEXT Bind socket to this host. [default: 127.0.0.1] --port INTEGER Bind socket to this port. [default: 8000]

For more options, please visit uvicorn documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published