Skip to content

IBX-EDU/ibx-sanic-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibx-sanic-app

Sanic application for the Fly.io cloud deployment

Components

  • Sanic: Sanic is a Python 3.8+ web server and web framework that’s written to go fast.
  • Fly.io: Fly is a platform for running full stack apps and databases.

Deployment

  1. Fly.io - create account
  2. mkdir ibx-sanic-app
  3. cd ibx-sanic-app
  4. python -m venv venv
  5. .\venv\scripts\activate
  6. pip install sanic
  7. pip freeze > requirements.txt
  8. create server.py
  9. some code
  10. configure Procfile
  11. flyctl auth login
  12. flyctl launch
  13. flyctl deploy
  14. browse https://ibx-sanic-app.fly.dev/

About

Sanic application on Fly.io cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •