Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.43 KB

TestIcle

The Test Creation Tool you always dreamed about

What is it?

  • Testicle is a Web Application which allows the user to easily create good looking Exams or Tests and Manage, Maintain or Change them seamlessly.

How do i use it?

  • Just Install Node and run npm start

How do you do it?

  • We combined our expertise to provide the best and stablest Concept out there. By using SQLite3, Node and Express we have a solid basis for almost everything.

We even made many things easily maintainable

How do the Tests look like?

Example Test 1
Example Test 1 Corrected
Example Test 2
Example Test 2 Corrected

Can i improve it?

  • Sure just open a Pull Request and show us your ideas!

Basic Concept

You need to start the "server.js" to serve the web application and run the API

Endpoints

Route Endpoint Type (Body)

  • /api/get_me_nice_things

    • This Endpoint should return something from the Database

    • POST

      {
          "name": "something"
      }
    • Json respone

      {
          "test": "test" // This is a test
      }