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.
Deployed via Heroku at Connexion App
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:
- Clone this repo to your local machine
- 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.
- Run
npm install
- Run
npm run dev