Skip to content

ahmedbesbes/React-App-Flask-SSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy your Secure React App with Docker and Nginx

Learn more about this project via this article.

Description

This is a boilerplate code I played with to learn about Docker, deployment and SSL encryption.

It covers:

  • Building a simple React front-end using the Material-UI library
  • Designing a Flask API that receives data from the front-end
  • Setting up a domain name and an SSL certificate with Nginx
  • Configuring an AWS instance with a static IP and a domain name
  • Deployment using docker-compose

The goal is to learn how these components interact with each other.

Screenshot of the app