Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.27 KB

ReadMe.md

File metadata and controls

30 lines (19 loc) · 1.27 KB

Connexion Mockup

CONNEXION

Connexion is a photo sharing social media web app. Built by Kanchan Sharma, Juyean Lee, Lishitha Karnati, and Teal Larson.

We built all aspects of this application, from the databases to the APIs, from the ground up. Features include responsive design, user profiles, media upload and media import, JWTToken authentication, password encryption, image hosting via Cloudinary, like/comment/follow functionality, and more. Data is passed between components utilizing Redux store.

Video Walkthroughs

See it Deployed

Deployed via Heroku at Connexion App

Installation

Running your own instance of this app will not connect with our users, posts, and profiles databases. If you would still like to run this app:

  1. Clone this repo to your local machine
  2. For full functionality you will need to create a keys_dev.js file in the "config" folder containing:
    • a mongoURI
    • secretOrKey
    • an email smtp
    • a cloudinary cloud name/API Key/API secret.
  3. Run npm install
  4. Run npm run dev