The document outlines key backend development topics including creating a server using Express and establishing API connections with the frontend through routing. It also covers the use of .env files for environment variables, the concept of proxy, and Object Data Modeling (ODM) in Mongoose with examples from e-commerce, hospital management, and todo applications.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
7 views1 page
Backend Development with Express & Mongoose
The document outlines key backend development topics including creating a server using Express and establishing API connections with the frontend through routing. It also covers the use of .env files for environment variables, the concept of proxy, and Object Data Modeling (ODM) in Mongoose with examples from e-commerce, hospital management, and todo applications.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
backend topics :
1 server making using express (first topic).
* Api connections with frontend (routing). 2 .env file "(environment variable). 3 proxy. 4. odm (object data modeling) in mongoose. example: e-commerce, hospital- management, todo