Skip to content

afriedman1991/budgetbadger

Repository files navigation

Budget Badger

Budgeting, loan management, and bill tracking for graduates with student loans.

Team

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Roadmap
    3. GraphQL Queries
  4. Team
  5. Contributing
  6. Style Guide

Usage

Some usage instructions

Requirements

  • Node 9.4.x
  • Postgresql 10.1.x

Development

Installing Dependencies

From within the root directory:

npm install

If database not created:

psql postgres
Create database bbadger
\c bbadger
\du

If .env file not created:

touch .env

Add the following:
DB_USER
DB_PASSWORD
DB_HOST
DB_PORT
APP_SECRET
PLAID_CLIENT_ID
PLAID_SECRET
PLAID_PUBLIC_KEY
PLAID_ENV

Roadmap

View the project roadmap here or here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Style Guide

See STYLE-GUIDE.md for the style guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published