instagram clone app
mongodatabse basic
project create
cluster create
add ip address
add user
go to clusters connect - connect application - connection string only copy -
make keys.js and add the keys from mongo database - add MONGOURI
npm install mongoose at the server
require mongoose in app.js
const MONGOURI require keys in app.js
Comments
Post a Comment