An open API service indexing awesome lists of open source software.

https://github.com/jordan-wright/talent-match

Term Project for CS 5373
https://github.com/jordan-wright/talent-match

Last synced: 12 months ago
JSON representation

Term Project for CS 5373

Awesome Lists containing this project

README

          

talent-match
============

[![Build Status](https://travis-ci.org/jordan-wright/talent-match.png?branch=master)](https://travis-ci.org/jordan-wright/talent-match)

Term Project for CS 5373

## Introduction
Talent-Match is a Flask application designed to help individuals find the talent they need to build a team, or help individiuals advertise the talents that they have.

## Installation
To install the required dependencies, run the following command:

```
pip install -r requirements.txt
```

Then, run the server using the following command:

```
python runserver.py
```