Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.36 KB

File metadata and controls

28 lines (20 loc) · 1.36 KB

Thinkvink-FastAPI-Task

Project title: Examer

Technology used: FastAPI

An examer API's with CRUD (create, read, update, and delete) operations would allow users to register themselve and user type with teacher can add assessment, as well as. Teacher would be able to create new asssessment by entering questions and answers, date, time, and subject then save or publish the exam for others to take. They would also be able to edit or delete existing assessment. When taking an assessment, users would see the questions and be able to select their answers.

In summary, the app would provide the functionality to create, read, update and delete users and assessments, and also allows the user to take the asssessment.

How to run:

  • create virtual environment.
  • activate virtual environment.
  • install requirments.txt file inside requirements folder.
  • go inside examer the run uvicorn main:app --reload
  • open in browser: http://127.0.0.1:8000/docs#
  • test API

References: