Warning: Bocadillo is now UNMAINTAINED. Users are recommended to migrate to a supported alternative, such as Starlette or FastAPI. Please see #344 for more information.

chatbot

This project was generated using Bocadillo CLI version 0.1.1.

Install

Install Python dependencies:

pip install -r requirements.txt

Usage

Start the uvicorn server:

uvicorn chatbot.asgi:app

To enable hot reload, use the --reload option.

The server will run at http://localhost:8000.

Happy coding!

Getting help

To get further help on Bocadillo CLI:

To get help on Bocadillo, visit the Bocadillo docs site.

If you like Bocadillo, feel free to show some love by starring the repo. ❣️