
wolfboyyang/thesis-check-service
Public
wasmer run wolfboyyang/thesis-check-service
wasmer run wolfboyyang/thesis-check-service
Thesis Check Service
Thesis check service with flask.
Running it locally
Setup the Virtual Environment
python3 -m venv .env
source .env/bin/activate # or fish: . venv/bin/activate.fish
pip3 install Flask
Run it locally using the command below
$ wasmer run . --net
* Serving Flask app '/src/main'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5000
Press CTRL+C to quit