Skip to content

A static simple website ready to deploy using FastAPI and Bootstrap 5

Notifications You must be signed in to change notification settings

shinokada/fastapi-web-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastapi Web Starter

You can find the Medium article at https://shinichiokada.medium.com/.

This includes all the file ready to deploy to Heroku.

  • .env
  • .gitignore
  • app
  • Procfile
  • README.md
  • requirements.txt
  • runtime.txt
  • static
  • templates

Installation

# unzip
$ unzip fastapi-web-starter.zip
# change the directory
$ cd fastapi-web-starter.zip
# install packages
$ pip install -r requirements.txt
# start the server
$ uvicorn app.main:app --reload --port 8080

Visit http://127.0.0.1:8080/.

Starting

About

A static simple website ready to deploy using FastAPI and Bootstrap 5

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •