Copyright (c) 2017 Daniel Eynis, Rudd Johnson, and Justin Moore
HYSH is an image hosting application that allows users to store their images on the web. HYSH provides a secure environment by allowing users the ability to create an account so that they are able to save and delete images at their convenience. Once a user has set up an account they are able to store as many photos as they wish and access them as they please. *Validation and output of verification/validation errors to the UI are not yet merged to master. *These features can be found in RuddJohnson/ValidateRegister
- Clone this application with -
git clone https://github.com/danieleynis/Hysh.git
- Download all dependencies by using the
yarn
command in your console. - Make sure that you have MongoDb installed and have it running locally using the command
mongod
in a terminal. - Use the command
npm start
oryarn start
in a terminal to run the application. - Navigate to
localhost:3000/login
- Create an account
- Login with newly created or existing account
- Look at photos that you have previously stored or upload new photos
https://github.com/danieleynis/Hysh/issues
Daniel Eynis - [email protected]
Rudd Johnson - [email protected]
Justin Moore - [email protected]
Passport authntication implementation was made with the help of following tutorial: https://code.tutsplus.com/tutorials/authenticating-nodejs-applications-with-passport--cms-21619