Skip to content
/ flask-react-template Public template

A containerized full stack template for Python-Flask, PostgreSQL and React.

Notifications You must be signed in to change notification settings

V-Wong/flask-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-react-template

A simple full stack template with a Python + Flask backend, PostgreSQL database and React frontend. Containerized using Docker for easy development and deployment.

Development

The development build only runs the backend and server containerized. The backend can be started by running the following command:

$ docker-compose -p projname -f docker-compose.dev.yml up

The frontend can then be optionally started by running:

$ cd frontend && yarn run start

Deployment

A production ready build can be launched by running:

$ docker-compose -p projname up

About

A containerized full stack template for Python-Flask, PostgreSQL and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages