/webpy

Primary LanguageRust

WebPy

This project is still in progress

Execution of pre-packaged build

  1. Make sure Python is installed and is executable via 'python'. In theory all 3.x versions of pyhton should be fine. We used Python 3.10.4 .

  2. Unzip 'pre_packaged_env.zip'

  3. Open the Powershell

  4. execute the server binary: '.\target\debug\webserver.exe' Note: it should be executed at the root of the unzipped directory

  5. In a browser (we used Firefox) open 'localhost:3000'

  6. The fetches and serves the appropriate files now

  7. Note: for testing purposes, the python runtime searches for a function named 'hello'. If it cannot be found in the user code in the webclient, an error is raised. Please define one.