dearborn-coding-club / website-base-backend

A backend API project for the dearborn-coding-club Meetup group.
https://api.dearborncodingclub.com
1 stars 3 forks source link

Decide on Website Framework #1

Closed MgenGlder closed 6 months ago

MgenGlder commented 7 months ago

Summary

Python Options

NodeJS Options

---
title: Frontend to Backend Request Flowchart
---
flowchart TD
    note[[Note: Very early draft]]

    subgraph Backend
    B-->C(Auxilliary Backend)
    end
    A[Browser] -->|Web Request| B(Primary Backend)
MgenGlder commented 6 months ago

As of today, we've decided on using Django to handle our backend needs. It is suitably batteries-included and has broad community and managed service support. It also is written in Python, which our group has strong skills in so far.