acusor

Version, currently master branch1 version
  • master branchlatestSep 6, 2020

github.com/mediafinger/acusor

acusor is an app to manage accounts, users, organizations

1 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  acusor:
    github: mediafinger/acusor
    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
Andreas Finger
Target
  • acusor from src/acusor.cr

Dependencies

Runtime Dependencies

  • jwt~> 1.4github: crystal-community/jwt
  • lucky~> 0.24.0github: luckyframework/lucky
  • carbon~> 0.1github: luckyframework/carbon
  • dotenv~> 0.7github: gdotdesign/cr-dotenv
  • authentic~> 0.6github: luckyframework/authentic
  • lucky_flow~> 0.7github: luckyframework/lucky_flow

README

acusor

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.