Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.66 KB

questionMe - Open-Source Quiz Maker

Tech Stack

MongoDB Express.js ReactJs Bootstrap5.3 NodeJs Vite

Front-End

Todos:

  • Add All Tests Route

Back-End

End-Point Table

API Endpoint Method Description
/test/create POST Creates Test With Test Object
/test/solve/:accessLink GET Gets A Specified Test Object
/test/all GET Gets All Tests
/result/create POST Generates A Result Object
/result/:accessLink GET Returns A Specified Result

Screenshots

Landing Page

Landing Page

Create Test Page

Landing Page

Adding Questions

Landing Page

Solve a Test With Name

Landing Page

Submit Your Answers

Landing Page

View and share your result

Landing Page