ChingweiYu / FARM-Stack-Course

This is the FARM Stack course, where you are going to learn how to build an application from scratch using FASTAPI, React and mongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FARM-Stack-Course

This is the FARM Stack course, where you are going to learn how to build an application from scratch using FASTAPI, React and mongoDB

FARM stands for FastAPI - React - MongoDB.

WE are going to build our app using FASTAPI for the backend server, React for the frontend client,

and MongoDB for the backend database server, so this is for data persistance.

And in my opinion, FARM stack resembles the MEAN stack or the MERN stack,

the only difference is the FASAPI because React and MongoDB are the same in the three stacks,

in MEAN we use Angular and NodeJs, and in MERN we use React and NodeJs.

FASTAPI is a modern and fast web framework for building APIs, created by Sebastien Ramirez,

it uses ASGI which is the interface between your app and the server and the response time is lightening fast

and this is one of the big advantages of having ASGI server implementaion on your side.

Also, one if its big features that it supports coroutines and concurency without the need to import the ASYNCIO module in Python,

and in a way it's faster than Express which is NodeJs framework ( and Express is E in the MEAN and MERN stacks ).

FASTAPI also has interactive API documentation, so it helps you testing the different HTTP requests like get post,

put and delete visually using Open API which is itself based on JSON schema.

Please follow along in the video to get more details about the course.

Thank you. BR, Bek

About

This is the FARM Stack course, where you are going to learn how to build an application from scratch using FASTAPI, React and mongoDB


Languages

Language:JavaScript 47.1%Language:Python 32.4%Language:HTML 18.7%Language:CSS 1.8%