Giter Club home page Giter Club logo

linkedout-swe-sp16's Introduction

Career Based Social Network

A social network where students can broadcast their skills and connect with potential employers to simplify the employment searching process.

Deployment Instructions

This app requires a web server with PHP and a MySQL Database. It was developed on Microsoft Azure using an Ubuntu VM running Apache and an Azure MySQL Database.

Once you have your stack set up:

  1. Set up the database. In the DDL folder, find 'LinkedOut.sql' and run that on your database to create all the tables. Our database on Azure was named linkedout so that is what is reflected in the .sql file. If yours is different and you can't create a new schema (Azure won't let you), you may have to edit the .sql file to match your database. Note: LinkedOut.sql contains inserts for the full 'states' table and also various test data.

  2. Set up back-end web server stuff: In the web accessible directory, create a new directory called 'secure'. Create file in the new directory named 'db.conf' who's contents is:

<?php
	$dbhost = '';
	$dbuser = '';
	$dbpass = '';
	$dbname = '';
?>
Where the values on the right are the credentials for your database inside the quotes.
You will want to restrict access to the 'secure' directory so it cannot be accessed by the general public
  1. Clone the repo to your web accessible directory and navigate to:

    yourserveraddress/Career-Based-Social-Network.

linkedout-swe-sp16's People

Contributors

strothmannsm avatar bsvm7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.