No project description provided
Project description
Create FastAPI Project
We love ❤️ FastAPI and its ecosystem so we decided to make easier to get started with FastAPI projects. By using the create-fastapi-project
CLI tool, you can quickly start building a new FastAPI application with a basic folder structure, with everything set up for you.
To get started, use the following command:
pip install create-fastapi-project
create-fastapi-project
After you that you are going to see an interactive screen like this:
Getting Started
The commands in this documentation can be customized on the Makefile. It can be started with and without docker.
After your project is created. First, make sure you have all packages installed:
make install
Run the server:
# Run locally without docker
make run-app
# or
# Run locally with docker in dev mode and force build
make run-dev-build
# or
# Run locally with docker in dev mode
make run-dev-build
# or
# Run locally with docker in prod mode
make run-prod
Learn More
To learn more about Fastapi, take a look at the following resources:
- Fastapi Documentation.
- fastapi-alembic-sqlmodel-async.
- full-stack-fastapi-postgresql.
- sqlmodel-tutorial.
- asyncer-tutorial.
- fastapi-pagination.
- fastapi-best-practices.
- awesome-fastapi.
Why use Create FastAPI Project?
create-fastapi-project
provides a streamlined way to kickstart your FastAPI projects. Here are some compelling reasons to choose it for your project setup:
Interactive Experience
Running create-fastapi-project
(with no arguments) launches an interactive experience that guides you through the process of setting up your project. This interactive approach simplifies the initial configuration and gets you started quickly.
Zero Dependencies
create-fastapi-project
has been designed to be lightweight and efficient. It requires zero external dependencies, ensuring that your project remains unburdened by unnecessary packages.
Reliability and Maintenance
create-fastapi-project
is maintained by the Allient development team. Our team is composed by a experienced professionals specializing in FastAPI projects and NLP. If you need assistance or support for your project, please don't hesitate to get in touch with us at info@allient.io or schedule a meeting with us here.
You can check out the create-fastapi-project GitHub repository - your feedback and contributions are welcome ❤️!
License
- This project is licensed under the terms of the MIT license
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for create_fastapi_project-0.1.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c094f58e99cb9221f575136ea74571e2c652265a7bd6daac744b99c3a9f79bb5 |
|
MD5 | e2311d38f83d9b000f53495505717d7e |
|
BLAKE2b-256 | 4005a284f2f3a903de1ce149af6cb861ea7b99c54417d4e3f26ea63492d8abd9 |
Hashes for create_fastapi_project-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a8ff918d3b84b1aad231b1d75eb11379828656c07fa25b84e5800f91f537337 |
|
MD5 | 5cafea49c6d34116392304ca3816e952 |
|
BLAKE2b-256 | 67cc5721c1ba65cfbdda5444ae20d6d6f6eaf0eca84046f40a58c04c81ffc92e |