Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
0いいね 8 views回再生

CS50 capstone screencast

The screencast about the capstone project.
I was speaking really fast because it was a real challenge to fit everything into 5 min.

The application allows you to track the users their costs. Contains pagination, filtering, model's relation, responsive UI, chart, SPA part etc.

The system itself is the hybrid of the Django and modern Front-end stack.
---
At the Backend: Django handles Auth (because Django has awesome built in auth module), Welcome, Static HTML, React entry, All relative errors, Relative redirecting, Image processing, REST endpoints and API dashboard thanks to DRF.
---
At the Front-end: it's almost a dedicated SPA project based on React and frontend stack with it's own node dependencies but Django has a possibility to even pass some variables into it directly. API layer I made only via React Hooks.


BE: Django, Django Rest Framework, Pillow, Django Filter
FE: React, Webpack, Babel, SASS, React Query, MUI, Axios, Formik

コメント