Deploying Django backend and React frontend completely free — production-ready options?

I have a Django backend (REST API) and a React frontend.

I want to deploy this project for a portfolio, but I would prefer to use only free hosting options (no paid subscriptions).

Requirements:

- Free hosting for Django backend

- Free database (PostgreSQL preferred)

- Free hosting for React frontend

- HTTPS enabled

Is it possible to deploy this setup completely free for small traffic?

Are there any limitations I should consider for production-like deployment?

I am mainly doing this for a portfolio project.

Вернуться на верх