Shaphil / 2dqg

2d quiz generating API written with flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2dqg (2D Quiz Generator) is a minimal 2d quiz creating API written using Flask.

To run the application, open up a command prompt (on Windows) and type in the following:

  1. set FLASK_APP=server.py
  2. set FLASK_DEBUG=1
  3. flask initdb
  4. flask run

About

2d quiz generating API written with flask

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 56.3%Language:Python 38.3%Language:JavaScript 4.7%Language:CSS 0.6%