Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.32 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.32 KB

LocalBuzz

A project to put the needs of small businesses first.

  • LocalBuzz is a small business forum for small business owners and employees to share advice and stories to empower eachother.

Demo

Watch the project Demo here.

Team

  • Product Owner: Mark Griffith
  • Scrum Master: Carmen Salas
  • Development Team Members: Peter Rose, Carmen Salas

Table of Contents

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

Usage

npm i - To install dependencies npm start - To run the App npm index.js - To run the Server

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • PG 8.1.0.x
  • Express 4.17.1.x
  • Knex.js 0.21.x

Development

Installing Dependencies

From within the Server directory:

npm install

From within the client directory:

npm install
npm start

Roadmap

View the project roadmap here.

Contributing

See CONTRIBUTING.md for contribution guidelines.

Style Guide

This project adheres to the Airbnb Style Guide.