Files
Faraz Patankar 5c66af4831 Add frontmatter to all starters (#98)
* add frontmatter to BlitzJS starter

* add frontmatter to all starters

* add plugins and envVars

* fix envVars formatting

* fix key for defaultValue in envVars

* remove unused frontmatter
2021-05-13 02:56:21 -04:00
..

title, description, tags
title description tags
Starlette A Starlette app with a simple JSON response
python
starlette

Python Starlette Example

This is a Starlette app that serves a simple JSON response.

Deploy on Railway

Features

  • Python
  • Starlette

💁‍♀️ How to use

  • Build the docker image docker build -t railway .
  • Start the container docker run -d --name railway-test -p 80:80 railway
  • For auto restart in development docker run -d -p 80:80 -v $(pwd):/app railway /start-reload.sh

Note: Advance users may refer to this