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)
- Host: GitHub
- URL: https://github.com/andyw8/checklists
- Owner: andyw8
- License: mit
- Created: 2018-01-28T17:57:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T01:21:56.000Z (about 7 years ago)
- Last Synced: 2025-02-02T03:42:09.331Z (4 months ago)
- Topics: crystal, crystal-language, lucky
- Language: Crystal
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).