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.
Open a terminal window and go to the giffygram
directory.
cd api
json-server giffygram.json
Open a terminal window and go to the giffygram
directory.
cd src
serve -l 8080
orhs
if you have set up the alias
Then visit http://localhost:8080 and login with the following credentials.
- Email: [email protected]
- Password: meg
Once you are authenticated, you should see two posts render to the feed component.