Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.17 KB

File metadata and controls

55 lines (36 loc) · 1.17 KB

ArtPoint

An online auction place for artists and art lovers

Team

  • Anthony Bianco (Scrum Master, Product Owner, Development Team)
  • Alison Zhang (Product Owner, Development Team)
  • Bryan Nguyen (Development Team)
  • Winston Ku (Development Team)

Table of Contents

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

Usage

Install dependencies from package.json using 'npm install from the root directory'.

Once the app is open, create a user profile. While creating a user profile, specify whether or not you are an artist to make a profile and auctions.

Requirements

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

Development

Installing Dependencies

From within the root directory:

npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.