Skip to content

mwilliams1188/sveltekit-fastapi

Repository files navigation

SvelteKit + FastAPI Starter

This is a FastAPI + SvelteKit project inspired by digitros Next.js FastAPI Starter and Vercel's Next.js Flask Starter

Demo

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

Deploy Your Own

Deploy with Vercel

Getting Started

To run the example locally you need to:

  1. pnpm install to install the required Node dependencies.
  2. virtualenv venv to create a virtual environment.
  3. source venv/bin/activate to activate the virtual environment.
  4. pip install -r requirements.txt to install the required Python dependencies.
  5. pnpm dev to launch the development server.

You can start editing the API by modifying api/index.py and learn more by taking a look to the API documentation.

Learn More

To learn more about Hono and SvelteKit, take a look at the following resources:

You can check out the SvelteKit and FastAPI GitHub repositories - your feedback and contributions are welcome!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published