How to deploy the Front-end(React) and Backend(Django) with Postgres at Heroku

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. python-decouple

    Strict separation of config from code.

    python-decouple: We can remove sensitive data like SEECERT_KEY, DB Password from settings.py and add it in .env file.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. django-rest-framework

    Web APIs for Django. 🎸

    djangorestframework: For creating the rest framework APIs we need to install it.

  4. django-heroku

    Discontinued A Django library for Heroku apps.

    django-heroku: We have to Configure Django app for Heroku. This lib provides settings, logging and test runner configurations.

  5. axios

    Promise based HTTP client for the browser and node.js

    2.Install axios which is simple promise based HTTP client for the browser & node.js.

  6. Django

    The Web framework for perfectionists with deadlines.

    django: This will install the django.

  7. gunicorn

    gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.

    gunicorn: Python WSGI HTTP Server.

  8. psycopg2

    PostgreSQL database adapter for the Python programming language

    psycopg2: Psycopg is a PostgreSQL adapter for the Python programming language.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. dj-database-url

    Use Database URLs in your Django Application. (by kennethreitz)

    dj-database-url: This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application.

  11. ToDo-FullStack

    8.We have .env file configuration from backend(steps 7). We should make sure that Heroku get those value from .env. But these values are not present at my github repo.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Tricks for starting a new project

    3 projects | /r/django | 30 Nov 2022
  • Django Deployment - Postgres DBaaS

    1 project | dev.to | 26 Sep 2022
  • Switch between development and production

    2 projects | /r/django | 24 Sep 2022
  • Django deployment with App Platform & S3 Space

    1 project | dev.to | 14 Sep 2022
  • Dockerize a Django, React, and Postgres application with docker and docker-compose | by Anjal Bam

    6 projects | dev.to | 10 Sep 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?