Skip to content

FARM STACK is creating with FASTAPI and REACTJS and MONGODB here is the description below

Notifications You must be signed in to change notification settings

FaizanMunsaf/FARM-STACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Thank you.

About

FARM STACK is creating with FASTAPI and REACTJS and MONGODB here is the description below

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published