Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 618 Bytes

instasham

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>"
}

Short Demo (click to watch on youtube): Instasham Demo