applogic

Version, currently master branch1 version
  • master branchlatestDec 15, 2023

github.com/zsmartex/applogic

No description declared in shard.yml.

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  applogic:
    github: zsmartex/applogic
    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.36.1
Author
Hữu Hà
Target
  • applogic-api from src/applogic-api.cr

Dependencies

Runtime Dependencies

  • jwt~> 1.5.0github: crystal-community/jwt
  • kafka*github: cloudkarafka/kafka.cr
  • lucky~> 0.26.0github: luckyframework/lucky
  • carbon~> 0.1.2github: luckyframework/carbon
  • dotenv~> 0.7.0github: gdotdesign/cr-dotenv
  • authentic~> 0.7.2github: luckyframework/authentic
  • openssl_ext~> 2.0.0github: spider-gazelle/openssl_ext
  • jwt-multisig*github: zsmartex/jwt-multisig

Development Dependencies

  • ameba~> 0.14.0github: veelenga/amebadev

README

finex

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.

https://github.com/donmccurdy/watch-exec for watch-exec