##Table of Contents
- [Project Overview] (#Project-Overview)
- [Getting Started] (#Getting-Started)
- [Technologies] (#Technologies)
- [Team] (#Team)
- [Contributing] (#Contributing)
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.
- 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
-
Install dependencies
$ npm install;
-
Start the server by running the following command from the root directory:
$ nodemon server/server.js
Or
```
$ node server/server.js
```
- Your server is now live at http://localhost:4000
-
Changes to React components that interact with our server and database
$ npm prod
-
Monitor changes to just front end components
$ npm start
- React
- Babel
- React Bootstrap
- Facebook Graph API/SDK
- Clarifai API
- React Slick
- Express
- Node
- MongoDB
Scrum Master: Felix Feng
Product Manager: Austin Baltes
- Matt Naing @mattgrisanu
- Adam Lessen @lessenadam
- Erin Kavanaugh @erinkav
See our contributing guide to get started here