todo

Version, currently main branch1 version
  • main branchlatestMay 31, 2022

github.com/RyotaAbe1014/lucky_todos

No description declared in shard.yml.

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  todo:
    github: RyotaAbe1014/lucky_todos
    branch: main

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

Then run:

shards install

shard.yml

Crystal
1.4.1
Author
RyotaAbe1014
Target
  • app from src/todo.cr

Dependencies

Runtime Dependencies

  • lucky~> 0.30.0github: luckyframework/lucky
  • carbon~> 0.2.1github: luckyframework/carbon
  • authentic~> 0.8.2github: luckyframework/authentic
  • lucky_env~> 0.1.4github: luckyframework/lucky_env
  • lucky_task~> 0.1.1github: luckyframework/lucky_task
  • carbon_sendgrid_adapter~> 0.2.1github: luckyframework/carbon_sendgrid_adapter

Development Dependencies

  • lucky_flow~> 0.7.3github: luckyframework/lucky_flowdev

README

todo

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.