View all files | ||||
Create a new FastAPI project in one command. ✨
Install uv following their guide for your system.
Run:
This will create a new project awesomeapp with a basic FastAPI app, configured with uv.
Enter the directory:
Run the development server:
Open your browser and go to http://localhost:8000 to see your new FastAPI app running! 🚀
If you want to create a new FastAPI project in an existing directory, run the command without a project name:
This project is licensed under the terms of the MIT license.