Skip to content

gchwalik/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-template

This is a flask project template. It is intended to serve as a project base, allowing clones of it to focus primarily on business logic.

It is dockerized, allowing for consistent behavior between machines.

Running the app

Run make run and it will start up the docker server and expose the server endpoint at localhost:8000.

Right now, make run will create a running container of the app, but the container doesn't have a unique name and will have to be deleted before make run can be run again.

Dependencies needed to run the app

  • docker
  • make ?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published