breeze_poc_2

Version, currently master branch1 version
  • master branchlatestFeb 23, 2021

github.com/paulcsmith/breeze-poc-2

No description declared in shard.yml.

1 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  breeze_poc_2:
    github: paulcsmith/breeze-poc-2
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.35.1
Author
your-name-here <your-email-here>
Target
  • breeze_poc_2 from src/breeze_poc_2.cr

Dependencies

Runtime Dependencies

  • jwt~> 1.4.2github: crystal-community/jwt
  • lucky~> 0.23.0github: luckyframework/lucky
  • carbon~> 0.1.2github: luckyframework/carbon
  • dotenv~> 0.7.0github: gdotdesign/cr-dotenv
  • authentic~> 0.6.1github: luckyframework/authentic
  • lucky_flow~> 0.7.0github: luckyframework/lucky_flow

README

breeze_poc_2

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.