Project is prepared to be deployed on Heroku
In heroku dashboard set buildpacks to (order matters) :
- heroku/nodejs
- heroku/python
Set environment variables (config vars) :
DJANGO_DEBUG= FalseSECRET_KEY= <your secret key>VITE_API_URL= <link to your website>HEROKU= True
Hosted on : https://plandoskonaly.herokuapp.com/