Instagram clone
MERN Stack Instagram type application. Requires an atlas MongoDB (free account works fine). Place your MongoDB credentials into a keys.js file in root level of server/ i.e.
module.exports={
MONGOURI:'mongodb+srv://instashamDBuser:<PASSWORD_CHANGE_ME>@dev-mongodb-cluster.1hzwq.mongodb.net/myFirstDatabase?retryWrites=true&w=majority',
JWT_SECRET:"<JWT_SECRET_CHANGE_ME>"
}