Skip to content

ejk91/Root.io

 
 

Repository files navigation

Roots.io

A singular platform that integrates all the tools necessary for live and remote collaboration

Team

  • Christine Dey
  • Kevin Huang
  • Allen Le
  • Enoch Kim

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

From within the root directory:

npm install

Server/Database Setup

The database/db folder contains data that we need for both development and backend tests. With knex installed, you can refer to the commands in this link(http://mherman.org/blog/2016/04/28/test-driven-development-with-node/#.WNqmIHQrJo5) to create the tables and fill in data (No need to create schema and dummy data again). Make sure you have created the databases (psql), following tables, and migrate the migration script in database/db/migrations, and seed the data from database/db/seeds.

knex migrate:latest --env development
knex seed:run --env development

To have access to the sessions table, run:

psql rootsdb < node_modules/connect-pg-simple/table.sql

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Kanban work visualization tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%