Skip to content

DRF as backend served by Gunicorn with Nginx Proxy plus deployed with Docker, hmm also SSL/TLS of let's encrypt., Next JS as frontend.

Notifications You must be signed in to change notification settings

minlaxz/minlaxz.me

Repository files navigation

Redirect to minlaxz.vercel.app .

three parts:

  1. minlaxz.github.io - Frontend using NextJS - submodule
  2. super-drf - Backend using Django REST Framework - submodule
  3. This/* - Containerizing the deploying to AWS

For FE --


For BE --

  • django
  • django-rest-framework (DRF)
  • django-cors-headers (CORS)
  • django-allauth (auth)
  • django-fsm (finite state machine)

For Deployment --

  • Heroku - here -- this is going to be deprecated

  • Flyio - here

  • Cloud - See here

    • web - (Django container)
    • db - (PostgreSQL container)
    • nginx-proxy - (NGINX reverse ssl container)

About

DRF as backend served by Gunicorn with Nginx Proxy plus deployed with Docker, hmm also SSL/TLS of let's encrypt., Next JS as frontend.

Topics

Resources

Stars

Watchers

Forks