Skip to content

helencho/sinistagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinistagram

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.

homescreen

Features

Log in and register securely using Bcrypt for authentication and verification of credentials.

ursula login

Look through your followers' photos in your homefeed. Click on a heart to like a photo.

homefeed

Curate the picture-perfect life.

user gallery

Getting Started

Follow these instructions to get a copy of the fullstack app running on local.

Installing Backend

git clone
cd backend
npm install
npm start

The backend will be running on http://localhost:3001.

Installing Frontend

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.

Built With

  • React - JavaScript library
  • Postgres - database management
  • Express server
  • CSS/HTML

Contributors from Instaclone

Future Works

  • 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

Releases

No releases published

Packages

No packages published