Code Monkey home page Code Monkey logo

whoknows-template-manager-server's Introduction

Template Manager

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

whoknows logo

๐Ÿ’ฝ How to install?

Setting up is simple, just follow these steps.

  • Python :

    1. Install python and pip and git:

      apt install git python3 python3-pip
    2. Clone the repository:

      git clone http://89.32.250.57/danial/template-manager-server.git
    3. Go to repository folder:

      cd template-manager-server
    4. Install dependencies:

      pip install -r requirements.txt
    5. Start server:

      python3 app.py
  • Docker :

    1. Clone the repository:

      git clone http://89.32.250.57/danial/template-manager-server.git
    2. Go to repository folder:

      cd template-manager-server
    3. Build image from dockerfile:

      docker build . -t template-manager-server
    4. Run docker image:

      docker run -it template-manager-server

๐Ÿ” What it does?

Template manager implements functionality for the followings concepts:

  • Write template:

  • Test template:

  • generate question:

โ“ How to use?

  • API Documentation

  1. question generate
  2. template edit
  3. template find
  4. template new
  5. template test
  • Templates Documentation

    1. you can read about templates and learn how to write a template here.
    2. if you need to know about data-catalogs click here

๐Ÿ‘ค Who is in charge:

  • Mohammad Parsian
  • Danial Keimasi
  • Moein Samadi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.