This is just a quick demonstration of ellar web framework. Modifications will be made on this project as the Ellar project evolves to become better.
Currently, to start development server, you need to tell uvicorn where the app instance is. So, run the command below:
uvicorn catapp.server.app --reloadOnce the server is up, you can visit SwaggerDoc or ReDocs