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
- Host: GitHub
- URL: https://github.com/jordan-wright/talent-match
- Owner: jordan-wright
- License: mit
- Created: 2014-02-18T01:41:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T03:38:46.000Z (about 12 years ago)
- Last Synced: 2025-06-30T21:02:39.786Z (12 months ago)
- Language: JavaScript
- Size: 5.31 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
talent-match
============
[](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
```