Skip to content

jordan-wright/talent-match

Repository files navigation

talent-match

Build Status

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