DataMascara / cisc3140-su19-project

https://bc-app-class.herokuapp.com/login/
2 stars 5 forks source link

CISC 3140 - Summer 2019 Project Build Status

This is the repository for the group project in CISC 3140 Summer Session 2 2019 class at Brooklyn College.

UnderDogs

UnderDogs is an information hub for Brooklyn College Computer Science students and faculty. Users can share original content, ask for assistance from other students, find collaborators, and have discussions across an array of curated communities.

Alpha Site : https://bc-app-class.herokuapp.com/

Launch Form/Feedback : https://forms.gle/DWKj28iPHTBTwDvK8

Setup

Installation

Requirements

Deployment

Running

NOTE: API connectivity is implemented. Please be careful when editting files as some files are necessary in order to keep the connection running.

Usage

Notes

Registration

Alternatively, you can fast track to the Signing In section

Login

First, make sure you have the API running and you note down the url ie localhost:8080

Contributing

Before Pushing

Suggested Flow

The following method, known as Git Workflow, is ideally the way we should be approaching updates to the repo:

This method of updating the app, known as the Git Workflow, decreases the oppourtunity for old code to rewrite new code.