jackgoza / CS5551_Labs

Lab assignments for CS5551

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ang6Login

This project was generated with Angular CLI version 6.2.2.

Our team

This is only a compilation of two partner's code. Please visit https://github.com/MaxGolden/Lab-Assignment   for more of the code base.

Running the dang thing

To run this app locally you must do the following steps IN ORDER! if you do not start the php "backend" you will not be able to login or use the app

cd test/
php -S localhost:1234

New terminal window/tab located at app root

npm install && npm start

To login

click "login"->username="admin" password="admin"

To test the OAuth functionality

put your oauth credintials in src/app/app.component.ts then go test it. Google works every time. Facebook is kinda wonky

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Lab assignments for CS5551


Languages

Language:CSS 70.0%Language:HTML 14.8%Language:TypeScript 13.4%Language:JavaScript 1.2%Language:PHP 0.6%