Build a PROFESSIONAL Backend for Your CRUD App with NodeJS and Express JS | Post/User Schema #5
Topics Covered :
________________
1. Installed MongoDB and Mongoose Packages.
2. Create a models Directory in src Directory on CRUD APP.
3. Write a Mongoose Schema & Model for Post & User.
4. Export the Post & User Models.
Reference Link npm init : https://docs.npmjs.com/cli/v10/comman...
Reference Link Express JS : https://expressjs.com/
Reference Link Mongoose : https://mongoosejs.com/docs/
Reference Link Mongoose Schema Types : https://mongoosejs.com/docs/schematyp...
Reference Link Mongoose Models : https://mongoosejs.com/docs/models.html
Follow Me:
Facebook: / chakri.jall
Instagram: / jalluchakravarthi
LinkedIn: www.linkedin.com/in/jallu-chakravarthi-3746b02ba
Similar Searches:
what is backend ?
what is server side programming?
what is nodejs?
what is node?
what is expressjs?
what is mongoose?
what is mongodb?
how to communicate express js to mongoose?
what is dotenv package ?
how to install nodejs packages ?
how to install expressjs packages ?
what is nodemon package ?
what is class in javascript?
what is the error class in nodejs?
installed and configured the common middlewares in express app
configured healthcheck api
create a schema using mongoose
create a models for post
create a models for user