A social photo app just for dog photos (because that’s why you’re really on Instagram).
- Clone or Fork repo.
cd
to backend folder and runnpm install
cd
to db folder and runpsql -f database.sql
to seed database (make sure you have Postgres installed and running)- run
npm start
to start backend server which runs onlocalhost://3001
cd
to frontend folder and runnpm install
- run
npm start
to 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.