Skip to content

asepscareer/fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Starter

A minimal and ready-to-use FastAPI REST API template for rapid project setup.

Deploy on Railway

static-site

✨ Features

💁‍♀️ How to use

Clone this repository and install the required packages:

pip install -r requirements.txt

Run the server locally:

hypercorn main:app --reload

Open your browser and access:

📝 Notes

  • To learn about how to use FastAPI with most of its features, you can visit the FastAPI Documentation
  • To learn about Hypercorn and how to configure it, read their Documentation

About

A minimal and ready-to-use FastAPI REST API template for rapid project setup.

Topics

Resources

License

Stars

Watchers

Forks

Languages