Skip to content

mariosanchezgarcia/coordinatedtortoises

 
 

Repository files navigation

Project Name

Crypto currency stock tracker. Current features include live volume graph with x and y axis control, and live map of transactions, create a a transaction hash with past transactions, and ability to look up exhange rates.

Team

  • Product Owner: Nick Olszowy
  • Scrum Master: Clarabelle Cheng-Yue
  • Development Team Members: Julian Knodt, Peter Herbert

Table of Contents

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

Usage

npm start from the root directory and

Requirements

Install these with Brew or another shell package manager

  • Node ^4.x
  • Postgresql 9.1.x
  • RethinkDB 2.3.5

Use this command when you need to start a DB:

brew services start <dbname>

Development

Installing Dependencies

From within the root directory:

npm install
npm start

This will start nodemon.

From within the client "Public" directory:

npm install
npm start

Will start live-server and babel transpiler.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • HTML 9.6%
  • Python 1.7%
  • CSS 1.7%