Skip to content

snowflake-app/snowflake

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a148e1e · Sep 16, 2022
Mar 29, 2021
Jan 8, 2021
Mar 29, 2021
Jan 25, 2021
Mar 29, 2021
Mar 29, 2021
Mar 29, 2021
Nov 2, 2020
Mar 29, 2021
Nov 2, 2020
Sep 27, 2021
Nov 2, 2020
Mar 29, 2021
Mar 29, 2021
Mar 29, 2021
Sep 16, 2022
Mar 29, 2021
Feb 14, 2021
Feb 13, 2021
Sep 27, 2021
Jan 8, 2021
Feb 13, 2021
Nov 3, 2020

Repository files navigation

snowflake

Snowflake

Building

Requirements

  1. Python 3.7+
  2. Pipenv
  3. NodeJS
  4. Docker and docker-compose

Steps

  1. Copy .env.example to .env and supply the values as instructed.
  2. Using the included docker-compose.yml use docker-compose up to start a database instance for development and leave it running.
  3. Active a Pipenv shell using pipenv shell
  4. Install dependencies pipenv install && npm install
  5. Run migrations using python migration.py
  6. Start asset pipeline with npm start and leave it running.
  7. Start the application with flask run
  8. Run tests with make