A fullstack app for sharing your darkest, most evil photos with family and friends. It's the most sinister photo-sharing platform in the underworld, inspired by Instagram. Original project code can be viewed here.
Log in and register securely using Bcrypt for authentication and verification of credentials.
Look through your followers' photos in your homefeed. Click on a heart to like a photo.
Curate the picture-perfect life.
Follow these instructions to get a copy of the fullstack app running on local.
git clone
cd backend
npm install
npm start
The backend will be running on http://localhost:3001.
Open a new terminal window.
git clone
cd frontend
npm install
npm start
Open http://localhost:3000/users to view the app in a browser.
Contributors from Instaclone
- Unfavorite photo
Follow user- Unfollow user
- Post date
- Logout
- Search bar functionality
Modals for edit, followers, following- Render user's profile on username click from followers/following list