8000 GitHub - scrobits-github/starlette
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scrobits-github/starlette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0