Connecto is a social media app that clones most of instagram basic features (Following system, Feed listing, Contacts recommndations)
- Clone the project with
git clone
- Copy
.env.example
file to.env
and edit credentials there - Run
npm install
- Run
npm start