- Testicle is a Web Application which allows the user to easily create good looking Exams or Tests and Manage, Maintain or Change them seamlessly.
- Just Install Node and run
npm start
- 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
Example Test 1
Example Test 1 Corrected
Example Test 2
Example Test 2 Corrected
- Sure just open a Pull Request and show us your ideas!
You need to start the "server.js" to serve the web application and run the API
-
/api/get_me_nice_things
-
This Endpoint should return something from the Database
-
POST
{ "name": "something" }
-
Json respone
{ "test": "test" // This is a test }
-