An open API service indexing awesome lists of open source software.

https://github.com/andyw8/checklists

Basic CRUD example app written using Lucky framework (Crystal)
https://github.com/andyw8/checklists

crystal crystal-language lucky

Last synced: about 2 months ago
JSON representation

Basic CRUD example app written using Lucky framework (Crystal)

Awesome Lists containing this project

README

        

# checklists

This is a basic CRUD example app written using [Lucky](https://luckyframework.org).

### Setting up the project

1. [Install required dependencies](http://luckyframework.org/guides/installing.html#install-required-dependencies)
1. Run `bin/setup`
1. Run `lucky dev` to start the app

### Learning Lucky

Lucky uses the [Crystal](https://crystal-lang.org) programming language. You can learn about Lucky from the [Lucky Guides](http://luckyframework.org/guides).