From d20f3bb9a6567937d2bdb53f75fcfaca9df91763 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Fri, 14 Jun 2019 14:02:29 -0400 Subject: [PATCH] add hosting section --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index ddc7fca..f756695 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ - [DRF Boilerplate](#drf-boilerplate) - [Open Source Apps](#drf-open-source-apps) - [Books](#books) +- [Hosting](#hosting) - [Courses](#courses) - [Videos](#videos) - [Free Videos](#free-videos) @@ -234,6 +235,25 @@ _The most popular way to build web APIs with Django._ - [DRF Blog](https://github.com/wsvincent/drf-blog-api) - Basic Blog API - [ECGC](https://github.com/flowerncsu/ecgc-2017) - Example from DjangoCon 2017 talk [Write an API for Almost Anything](https://www.youtube.com/watch?v=-6tR5TffP0w) +## Hosting + +### PaaS (Platforms-as-a-Service) + +- [Heroku](https://www.heroku.com/) +- [PythonAnywhere](https://www.pythonanywhere.com/details/django_hosting) +- [Microsoft Azure](https://azure.microsoft.com/en-us/develop/python/) +- [AWS CodeStar](https://aws.amazon.com/codestar/) +- [Google Cloud](https://cloud.google.com/python/django/) +- [Zeit Now](https://zeit.co/now) +- [Dokku](http://dokku.viewdocs.io/dokku/) +- [Render](https://render.com/) + +### IaaS (Infrastructure-as-a-Service) + +- [Digital Ocean](https://m.do.co/c/c0a588a8bb9e) +- [Linode](https://www.linode.com/?r=70d00cc48f300a318474ba61cb7e7663b6e1531b) +- [Amazon Lightsail](https://aws.amazon.com/lightsail/) + ## Books _Django 2.2_