Skip to content

shadowfool/PhoTephra

 
 

Repository files navigation

Photephra

Stories in Ready

##Table of Contents

  1. [Project Overview] (#Project-Overview)
  2. [Getting Started] (#Getting-Started)
  3. [Technologies] (#Technologies)
  4. [Team] (#Team)
  5. [Contributing] (#Contributing)

##Project Overview

Improve your online dating profile by employing the best practices. Create a well balanced profile by picking a portrait, professional, athletic, and adventurous photo to get the attention of your next true love.

Project Features:

  • Redone front end with slide format, about us pages, carousel picture viewer, etc.
  • Backend grabs tags from ML startup Clarifai’s API to automatically tag photos.
  • Backend includes automatic categorizing of photos into portrait, professional, athletic, and adventurous buckets.
  • Backend includes memoization of already-tagged Clarifai photos

Getting Started

Project Setup

  1. Install dependencies

    $ npm install; 
    

Start server

  1. Start the server by running the following command from the root directory:

    $ nodemon server/server.js
    

Or

```
$ node server/server.js
```
  1. Your server is now live at http://localhost:4000

Making changes

  1. Changes to React components that interact with our server and database

    $ npm prod
    
  2. Monitor changes to just front end components

    $ npm start
    

Technologies

Front end:

  • React
  • Babel
  • React Bootstrap
  • Facebook Graph API/SDK
  • Clarifai API
  • React Slick

Back end:

  • Express
  • Node
  • MongoDB

Teams

Legacy Team

Scrum Master: Felix Feng

Product Manager: Austin Baltes

Aaron Freidus

Andy Tran

Original Team

- Matt Naing @mattgrisanu
- Adam Lessen @lessenadam
- Erin Kavanaugh @erinkav

Contributing

See our contributing guide to get started here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.8%
  • CSS 18.9%
  • HTML 5.3%