team-builder (Working Title) is a Node.js web application for creating randomized groupings from a list of people.
TODO:Add Screenshots
You must have a working installation of the following.
- Node.js
- PostgreSQL
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 |
To run the tests type
npm test
This project is licensed under the MIT License - see the LICENSE.md file for details