Solution for a challenge from Devchallenges.io.
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the following user stories:
- I can register a new account
- I can log in
- I can log in or register with at least one of the following services: Google, Facebook, Twitter or Github (only Github)
- I can sign out
- I can see my profile details
- I can edit my details including: photo, name, bio, phone, email and password
- I can upload a new photo or provide an image URL (no upload yet, only image URL)
To clone and run this application, you'll need Git, Node.js (which comes with npm), and MongoDB installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
$ ./installDeps.sh
# Run MongoDB, Server and Front-End App
$ ./runDev.sh- GitHub @GPMS
