jarmitage / cookiecutter-sveltekit-fastapi

A cookiecutter template for creating a custom Web app that combines SvelteKit and FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sveltekit-fastapi-cookiecutter

A cookiecutter template for creating a custom Web app that combines SvelteKit and FastAPI and that can run on a single Heroku dyno.

Usage

Install cookiecutter

pip install cookiecutter

After installing cookiecutter, use the sveltekit-fastapi-cookiecutter:

cookiecutter https://github.com/JoaoFelipe/sveltekit-fastapi-cookiecutter.git

As sveltekit-fastapi-cookiecutter runs, you will be asked for basic information about your custom Web app project. You will be prompted for the following information:

  • author_name: your name or the name of your organization,
  • author_email: your project's contact email,
  • project_name: name of your project,
  • project_slug: slug of your project name,
  • project_short_description: short description of your project,
  • open_source_license: open source license of you project.

Information

To create this project, I combined information from this post about deploying backend and frontend apps on the same heroku dyno and this post running multiple servers on one dyno.

About

A cookiecutter template for creating a custom Web app that combines SvelteKit and FastAPI

License:MIT License


Languages

Language:Svelte 62.7%Language:JavaScript 25.5%Language:CSS 8.5%Language:Python 1.8%Language:HTML 1.3%Language:Procfile 0.2%