Skip to content

j-christoffersen/LocalList

 
 

Repository files navigation

LocalList

An app to help match odd job seekers and providers based on geographic location

Team

  • Jackson Christoffersen
  • Brandon Hadler
  • Jinxuan Lin
  • Sean Gurson

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
    2. Style Guide
  3. Roadmap
  4. Contributing

Requirements

  • Node 6.4.x
  • Postgresql 9.1.x

Development

Installing Dependencies

From within the root directory:

npm install -g bower
npm install
bower install

Style Guide

This repo uses the Airbnb style guide

Sublime:

Using Package Control:

  • Install SublimeLinter
  • Install SublimeLinter-config-eslint

Environment

To set up your environoment correctly on your machine, you need to set up PostgreSQL with a database named 'locallist'.

You will also need to export the following environment variables:

  • DB_USERNAME: PSQL user with access to locallist db
  • DB_PASSWORD: Password for the aforementioned user
  • DATABASE_URL: Production/staging only, replaces DB_USERNAME and DB_PASSWORD
  • SESSION_SECRET: Production/staging only, secret sed to encrypt session token

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 99.0%
  • HTML 1.0%