Skip to content
/ 2dqg Public
forked from v0idpwn/2dqg

2d quiz generating API written with flask

License

Notifications You must be signed in to change notification settings

Shaphil/2dqg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.4%
  • Python 38.3%
  • JavaScript 4.7%
  • CSS 0.6%