Skip to content

Full stack app where users posts streetscape photos to share, edit and comment using React, Express, Sequel, Sequelize and Node JS.

Notifications You must be signed in to change notification settings

eroesch3/Streetsagram

Repository files navigation

Streetstagram

Full stack app where users share streetscape photos. Streetstagram builds community by creating a platform for neighbors to share current events, artists to share their work, and for individuals to engage with each other by sharing images of their daily life.

Streetstagram uses React.js, Express, Sequelize and Node.js.

Streetstagram communicates with AWS cloud storage to host image urls.

Installation and Set up

The Streetstagram database is deployed to Heroku.

Create the Database

  1. createdb streetstagram_db
  2. node scripts/resetDb.js
  3. node scripts/seedDb.js

Install packages

npm install --save express aws-sdk bluebird fs file-type multiparty cors morgan

Run the server

  1. node server.js

Run the app

  1. cd client
  2. npm start

User Stories

  • As an artist I want to find street shots so that I can be inspired.
  • As a tourist I want to find street shots so that I can find fun places to go.
  • As a model/photographer I want to find street shots so that I can locate good shooting locations.
  • As a city resident, I want to see postings from events so that I can know what's going on around me--fun events, traffic accidents to avoid, etc.
  • As a user I want to be able to have a medium to share my hobbies / interests.
  • As an artist I want to be able to share my art to gain a wider audience.
  • As a citizen/resident I want to be able share my concerns about my community so that other people can be aware.
  • As a millennial, I want to post cool photos of my city to gain social clout with my friends.
  • As a mother, I want to see offensive or dangerous material in my community, so I know what to avoid with my children.
  • As a highschooler, I want to post gross photos to amuse my friends.

About

Full stack app where users posts streetscape photos to share, edit and comment using React, Express, Sequel, Sequelize and Node JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •