/fast-api-crud-and-user-authentication

Fast API crud operations

Primary LanguagePythonApache License 2.0Apache-2.0

fast-api-crud

Fast API crud operations

Installation

  • Clone this repository
    cd /fast-api-crud-and-user-authentication

-Create a virtual environment
virtualenv -p python3.8 venv

  • Install the necessary requirements
    pip3 install requirements.txt

Run the project

uvicorn app.main:app --reload

View the endpoint documentation

  • Get to the url 127.0.0.0:8000/docs

    or

  • 127.0.0.1:8000/redoc

Test the endpoints on Postman