Setup
1
Install Library
Install FluxCRUD and its dependencies.Optional: Install
uvicorn for running the server.2
Create App
Create a file named
main.py:3
Run Server
Run the application:
4
Test API
Open your browser to
http://127.0.0.1:8000/docs.You will see a fully functional CRUD API for Tasks!
