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

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastapi Web Starter

Please read the Medium article at https://shinichiokada.medium.com/.

Please sign up for more free resources.

This repo includes all the file and it is ready to deploy to Heroku.

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

Installation

$ git clone [email protected]:shinokada/fastapi-web-starter.git
# Or using downloaded zip file 
$ unzip fastapi-web-starter.zip

# change the directory
$ cd fastapi-web-starter
# 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

Test

$ cd fastapi-web-starter
$ pytest -v

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