This project was generated using Bocadillo CLI version 0.2.1.
Install Python dependencies:
pipenv install
Start the uvicorn server:
uvicorn blogapi.asgi:app
To enable hot reload, use the --reload
option.
The server will run at http://localhost:8000
.
Happy coding!
To get further help on Bocadillo CLI:
- Use
$ bocadillo --help
. - Read the Bocadillo CLI documentation.
To get help on Bocadillo, visit the Bocadillo docs site.
If you like Bocadillo, feel free to show some love by starring the repo. ❣️