Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.14 KB

Python Quickstart

Backend engineering, supercharged.

Overview

Use this repository to get up and running on FL0 with the following stack:

Language Python
Router Flask

Getting Started

Clone this repo and run the following commands from the project root:

  1. pip install -r requirements.txt
  2. flask run
  3. Visit http://127.0.0.1:5000 to see your app running

Deploying to FL0

Checkout our Getting Started Guide in the FL0 documentation!

Questions

If you have any questions about FL0 or this template codebase please head on over to our Discord channel.

Issues

Any issues or feature requests can be raised on the Issues page of this repo.

License

This template repository is MIT licensed.