Skip to content

GPMS/authentication-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Built With

Features

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)

How To Use

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

Contact

About

My implementation of the Authentication App from devchallenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published