A social photo app just for dog photos (because that’s why you’re really on Instagram).
- Clone or Fork repo.
cdto backend folder and runnpm installcdto db folder and runpsql -f database.sqlto seed database (make sure you have Postgres installed and running)- run
npm startto start backend server which runs onlocalhost://3001 cdto frontend folder and runnpm install- run
npm startto start frontend server which runs onlocalhost://3000
Built with JavaScript, React and custom responsive CSS. Comprised of 11 components with full CRUD functionality for users.
Built RESTful API with JavaScript, Express, Node.js, raw SQL queries and Passport for authentication. Over 20 routes allowing full CRUD functionality including followers/following and likes.




