DEV Community

Discussion on: A Step-By-Step Guide to Building an API in Django

Collapse
 
wulfi profile image
Wulfi

I've only deployed such simple apis on heroku which is also for free, I'm not really sure which platform would be a best for deployment.. but my experience on heroku is that it is easy do deploy on heroku.. only problem I had was slow data loading and I cannot store images since I use free account. Overall, it's great for me

Collapse
 
user64bit profile image
Arth

It would be great post about how to deploy api on heroku for free?
Thanks for your response ✌✌

Thread Thread
 
wulfi profile image
Wulfi

medium.com/@wdzz/how-to-deploy-dja...

I've written on how to deploy the Django app on Heroku for free, I followed those steps to deploy my API too ... Thank you for the suggestionπŸ™‚, I'll try to write on it too