bestcourses is supported by learners. When you buy through links on our website, we may earn an affiliate commission. Learn more
- 81956
[Fast API] FARM スタックによるSPA開発 (Fast API・React・Mongo DB)
Fast API, React, Mongo DBを使ったFARMスタックによるSPA開発 (JWT, httpOnly cookie, CSRF token)
Created by Kazu T+, offered on Udemy
bestcourses score™
Student feedback
4.2/10To make sure that we score courses properly, we pay a lot of attention to the reviews students leave on courses and how many students are taking a course in the first place. This course has a total of 370 students which left 33 reviews at an average rating of 4.43, which is below the average.
Course length
9/10We analyze course length to see if courses cover all important aspects of a topic, taking into account how long the course is compared to the category average. This course has a length of 3 hours 27 minutes, which is pretty short. This might not be a bad thing, but we've found that longer courses are often more detailed & comprehensive. The average course length for this entire category is 5 hours 28 minutes.
Overall score
5.3/10This course currently has a bestcourses score of 5.3/10, which makes it an average course. Overall, there are probably better courses available for this topic on our platform.
Description
本コースでは、最近注目が高まっているFARM (Fast API, React, Mongo DB)スタックを使用したSPA(シングルページアプリケーション)のFull Stack Web開発手法について学習します。FARM stackはMERN stack (Mongo DB, Express, React, Nodejs)のExpress+NodejsをFast APIで置き換えた新しいスタックです。Fast API は、Golang並みに高速かつ、シンプルでAPIドキュメントの自動生成機能も提供してくれるモダンなPython製 Web API Frameworkです。
本コースの学習のポイント
Fast APIを使ったREST APIの実装 (CRUD + JWT認証)
Fast API と Mongo DBの連携
httpOnly cookieによるXSS対策
CSRF tokenによるCSRF対策
JWT有効期限の自動延長
Reactを使ったフロントエンドの実装
→ React-query, TypeScript, Redux, Tailwind CSS
REST API と Reactの連携 (SPA) -> FARM stack
Deploy Fast API to Heroku
Deploy React to Firebase
What you will learn
- FARM (FastAPI, React, MongoDB)スタックを使ったSPA開発
- Fast API と Mongo DBの連携
- JWT認証・httpOnly cookie・CSRF Token・CORS
- Fast API + Reactを連携したCRUD操作
Requirements
- mac OS (推奨)
- React Hooks, TypeScript, Redux Toolkitの基礎知識