Skip to content

Latest commit

 

History

History
executable file
·
44 lines (27 loc) · 1.03 KB

File metadata and controls

executable file
·
44 lines (27 loc) · 1.03 KB

Flask-React Docker Template

This project is a web app built with Python backend and ReactJS frontend to be used as a starter template.

Built With

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • run git clone https://github.com/caseyr003/flask-react-template.git

Running

To run the project locally follow the following steps:

  • change into the project directory
  • docker-compose up

Backend

Flask for the backend API (default port 5000) For more information see the README.md file in the backend directory

Frontend

React for the frontend (default port 3000) For more information see the README.md file in the frontend directory

License

This project is licensed under the MIT License