Server code generated by Swagger codegen from OpenAPI 3 definition yaml, with a sqlite3 database persisting state, and business logic implemented into the controller.
To run the server, execute the following from the python-flask-server-generated directory:
pip3 install -r requirements.txt
python3 db_init.py
python3 -m swagger_server
and open your browser to here:
http://localhost:5000/ui/
Single page app, mostly single component (Polls.vue) interface.
Derived from client/README.md, execute the following from the client directory:
npm install
npm run serve