Skip to content

UIUCLibrary/cloudwagon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedwagon in the Cloud

Just a test repo to see if speedwagon can be put into the cloud.

Getting started

Running Locally

Start the backend server

  1. Generate the config file:

    python -m speedcloud create-default-config

  2. Move create config file working path that server will be launched from.

  3. Start the server:

    uvicorn speedcloud:app --port 8000

Start the frontend server

  1. Install the node dependencies:

    npm install

  2. Start the server:

    npm run start