Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nermalcat69/recipe-lucky
https://github.com/nermalcat69/recipe-lucky
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nermalcat69/recipe-lucky
- Owner: nermalcat69
- Created: 2024-07-13T23:50:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T13:32:35.000Z (4 months ago)
- Last Synced: 2024-07-16T06:44:38.973Z (4 months ago)
- Language: Crystal
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recipe_lucky
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### Using Docker for development
1. [Install Docker](https://docs.docker.com/engine/install/)
1. Run `docker compose up`The Docker container will boot all of the necessary components needed to run your Lucky application.
To configure the container, update the `docker-compose.yml` file, and the `docker/development.dockerfile` file.### 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).