Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgaskins/sidekiq_lucky_example
https://github.com/jgaskins/sidekiq_lucky_example
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgaskins/sidekiq_lucky_example
- Owner: jgaskins
- Created: 2020-01-29T02:27:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:42:48.000Z (9 months ago)
- Last Synced: 2024-12-09T10:55:45.672Z (25 days ago)
- Language: Crystal
- Homepage:
- Size: 809 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sidekiq_lucky_example
This is a project written using [Lucky](https://luckyframework.org). Enjoy!
### Setting up the project
1. [Install required dependencies](https://luckyframework.org/guides/getting-started/installing#install-required-dependencies)
1. Update database settings in `config/database.cr`
1. Run `script/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](https://luckyframework.org/guides/getting-started/why-lucky).