EZW

AWS Integration

Elastic Beanstalk with React Frontend and Flask Backend – Part 3

We have our Flask backend at the back to handle magic (weather forecast logic) and we have our React frontend dealing with user interfaces. So, what are we missing here? Every great team needs a leader to bring teammates working together. Thus we need a service to align both backend and frontend. Here she comes, […]

Elastic Beanstalk with React Frontend and Flask Backend – Part 3 Read More »

React Frontend

React Frontend and Flask Backend for Weather Forecast – Part 2

From our last post, “Flask Backend and React Frontend for Weather Forecast – Part 1“, we built our magic user, RESTful API as the backend module with Flask. This time, we are going to build our sword swinger, who always deals with challenges at the front line. Before we go further, let’s have a little

React Frontend and Flask Backend for Weather Forecast – Part 2 Read More »

Flask backend

Flask Backend and React Frontend for Weather Forecast – Part 1

We built a weather forecast web app with Flask in past. That was an old fashioned way which we handled all frontend and backend stuff under Flask framework. The best practice for web applications nowadays is separating frontend and backend into 2 modules. So we can utilize both modules to their max capability.

Flask Backend and React Frontend for Weather Forecast – Part 1 Read More »