Build Single page application with React and Django Part 1 - Deploy Django application to Heroku and migrate PostgreSQL

Jen-Hsuan Hsieh (Sean)
A Layman
Published in
5 min readApr 25, 2020

--

Introduction

The disadvantage for free user is that the application sleeps ever 30 minutes. However, it’s good enough for us to learn or build the prototype. I usually deploy applications on Heroku when I learn languages for building server like Flask or Django.

About this series

The target of this series is to build a ReactJS single page application(SPA) with Django API server and deploy on Heroku.

--

--