Skip to content

pywithsanjay/backenmd_app-sundarikanya

Repository files navigation

Here's a clean and professional GitHub README.md for your FastAPI project on Vercel, with a simple and modern style:

new

🚀 FastAPI Video App

A modern FastAPI project with Jinja2 Templates, JSON data files, and Vercel deployment. Easily deploy to Vercel for free and get instant API + frontend hosting.


📂 Project Structure

your-fastapi-app/
│
├── app.py                  # FastAPI backend application
├── templates/              # Jinja2 HTML templates
├── sessions.json           # Session data
├── data.json               # Example data
├── accounts.json           # Example accounts
├── requirements.txt        # Python dependencies
└── vercel.json             # Vercel configuration

🖥️ Live Demo

After deployment, your app will be live at:

https://your-fastapi-app.vercel.app

⚙️ How to Deploy on Vercel

1. Clone the Repository

git clone https://github.com/sanjayengineer121/backenmd_app-sundarikanya.git
cd backenmd_app-sundarikanya
python -m uvicorn main:app --port 8089 --reload

2. Install Vercel CLI

npm install -g vercel

3. Deploy

vercel

Follow the prompts and your FastAPI app will be live in seconds!


📝 Features

  • FastAPI for backend API
  • Jinja2 Templates for frontend rendering
  • JSON Data Files for easy storage
  • Vercel Hosting with free HTTPS and instant global CDN
  • Clean Responsive UI

💡 Example Endpoints

Method Endpoint Description
GET / Homepage with template
GET /data API returning data.json

🖇️ Connect with Me


⭐ Star this Repo

If you found this useful, please ⭐ star the repo!


Let me know if you'd like me to customize this (with your name, GitHub link, etc.).

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published