Learning Fullstack JavaScript Development: MongoDB, Node.js, React.js
To make this project run you need to add server.js which should have mongo db password an passport.js secrets
var mongourl = "mongodb+srv://:@.ge3qg.mongodb.net/?retryWrites=true&w=majority" var secretpswd = "" export default { url : mongourl , pswd : secretpswd, }