Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 976 Bytes

File metadata and controls

37 lines (30 loc) · 976 Bytes
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)