/fatoy

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

fatoy

A FastAPI practice item.

Target

  • We are going to build a job board websiet, In which we will be having:
    • List a job
    • Details of the job post
    • Create a job post
    • Update the job
    • Delete the job
    • Permissios (Authorization required, only superuser and the original author can delete)
    • Authentication (Registration and Login)
    • Test our Endpoitns
    • Webapp for Jobboard