lucky_todo

Version, currently master branch1 version
  • master branchlatestFeb 11, 2018

github.com/thegreyfellow/lucky_todo

Crystal lucky framework test. A simple todo json api.

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  lucky_todo:
    github: thegreyfellow/lucky_todo
    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.24.1
License
MIT
Author
Youssef Idmoussi
Target
  • lucky_todo from src/lucky_todo.cr

Dependencies

Runtime Dependencies

  • envy~> 0.2.0github: petoem/envy
  • lucky~> 0.8.0github: luckyframework/lucky
  • lucky_migrator~> 0.4.1github: luckyframework/lucky_migrator

README

lucky_todo

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Run bin/setup
  3. Run lucky dev to start the app

Learning Lucky

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