Skip to content

Weekend Challenge - An instagram clone made using JavaScript, Express, MongoDB, Node.js and Handlebars

License

Notifications You must be signed in to change notification settings

JordanManu/instagram-challenge

 
 

Repository files navigation

Instagram Challenge


──▄█████████████████████████▄──
▄█▀░█░█░█░░░░░░░░░░░░░░░░░░░▀█▄
█░░░█░█░█░░░░░░░░░░░░░░█████░░█
█░░░█░█░█░░░░░░░░░░░░░░█████░░█
█░░░█░█░█░░░░░░░░░░░░░░█████░░█
█░░░░░░░░░▄▄▄█████▄▄▄░░░░░░░░░█
███████████▀▀░░░░░▀▀███████████
█░░░░░░░██░░▄█████▄░░██░░░░░░░█
█░░░░░░░██░██▀░░░▀██░██░░░░░░░█
█░░░░░░░██░██░░░░░██░██░░░░░░░█
█░░░░░░░██░██▄░░░▄██░██░░░░░░░█
█░░░░░░░██▄░▀█████▀░▄██░░░░░░░█
█░░░░░░░░▀██▄▄░░░▄▄██▀░░░░░░░░█
█░░░░░░░░░░▀▀█████▀▀░░░░░░░░░░█
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█
▀█▄░░░░░░░░░░░░░░░░░░░░░░░░░▄█▀
──▀█████████████████████████▀──

Video of program

Watch the video

User Stories

As a user, 
So that I can post as me, 
I would like to be able to create an account

As a user, 
So that I can show people what I've been up to, 
I would like to be able to post pictures to Instagram

As a user, 
So that I can show my friends some love, 
I would like to be able to like a picture

Functionality to be added

As a user, So that I can reply to peoples pictures, I would like to be able to post comments on peoples pictures

How to use

  • First you will want to start by cloning this repo to your local machine with git clone https://github.com/JordanManu/instagram-challenge.git

  • Run npm install to install dependencies

  • You can run the tests using the 'npm test' command in the terminal, be sure to have 'npm run start:test' running in a separate terminal.

  • To open the web app go to 'localhost:3000' and use npm start in the terminal.

  • You will need to create an account to be able to use the program and make posts

  • Once signed up, you'll be directed to the sign in page

  • After you're signed in you will be able to post photos with a caption.

  • Just click on the post icon in the top right corner, there you can enter a url of your image and add a caption.

About

Weekend Challenge - An instagram clone made using JavaScript, Express, MongoDB, Node.js and Handlebars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 50.0%
  • JavaScript 32.7%
  • CSS 17.3%