/team-builder

team-builder (Working Title) is a Node.js web application for creating randomized groupings from a list of people.

Primary LanguageJavaScriptMIT LicenseMIT

team-builder (Working Title)

Build Status

team-builder (Working Title) is a Node.js web application for creating randomized groupings from a list of people.

TODO:Add Screenshots

Getting Started

Prerequisites

You must have a working installation of the following.

  • Node.js
  • PostgreSQL

Installation

Security

You need to configure the following environment variables.

Name Description
DATABASE_URL PostgreSQL database connection URL.
DEV_DATABASE_NAME The name you want PostgreSQL to use for the development database. Defaults to team_dev
TEST_DATABASE_NAME The name you want PostgreSQL to use for the test database. Defaults to team_test

Tests

To run the tests type

npm test

Deployment

Usage

Built With

Team

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements