Nickel Club

https://nickel-club.herokuapp.com/

What is the Nickel Club?

The Nickel Club is a group of Nick Wolf’s friends who can earn, spend and wager Nickels.

Nickels are a fictional currency you can earn from Nick Wolf that you can then spend for Nick to buy you fabulous prizes.

Why does this exist?

This is a way for Nick to reward his friends when they help him grow.

Development

First time setup

  1. Install postgres and create a database
  2. Create a .env file in the project root containing the following
DATABASE_URL='<DATABASE URL GOES HERE>'
SECRET_KEY=dev
FLASK_ENV=development
  1. poetry install
  2. poetry shell
  3. flask db upgrade (runs the alembic DB migrations)
  4. flask run

Once you're already set up

  1. poetry run flask run