cookiecutter-sveltekit-fastapi
cookiecutter-sveltekit-fastapi copied to clipboard
A cookiecutter template for creating a custom Web app that combines SvelteKit and FastAPI
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.