Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 816 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 816 Bytes

Giffygram

For this project, you will be building a web application that lets people post their favorite gifs. Each post can be favorited by other users, and deleted by the original author.

Users can also send direct messages to each other, and be notified when they have messages.

giffygram feed image

Starting the API

Open a terminal window and go to the giffygram directory.

  1. cd api
  2. json-server giffygram.json

Starting the Web Server

Open a terminal window and go to the giffygram directory.

  1. cd src
  2. serve -l 8080 or hs if you have set up the alias

Then visit http://localhost:8080 and login with the following credentials.

Once you are authenticated, you should see two posts render to the feed component.