this repository contains a flask server that implements REST API and functionality for writing and testing templates and generating question from the given templates and data. this questions used in a question game named whoknows
Setting up is simple, just follow these steps.
Install python and pip and git:
apt install git python3 python3-pip
Clone the repository:
git clone https://github.com/danialkeimasi/whoknows-template-manager
Go to repository folder:
cd whoknows-template-manager
Install dependencies:
pip install -r requirements.txt
Start server:
python3 app.py
Clone the repository:
git clone https://github.com/danialkeimasi/whoknows-template-manager
Go to repository folder:
cd whoknows-template-manager
Build image from dockerfile:
docker build -t whoknows-template-manager
Run docker image:
docker run -it whoknows-template-manager
API documentation url :