https://github.com/zw963/test_lucky
https://github.com/zw963/test_lucky
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zw963/test_lucky
- Owner: zw963
- Created: 2024-04-28T02:29:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T02:30:09.000Z (about 2 years ago)
- Last Synced: 2025-02-11T10:05:13.657Z (over 1 year ago)
- Language: Crystal
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test_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).