https://github.com/grepsedawk/test.app
https://github.com/grepsedawk/test.app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grepsedawk/test.app
- Owner: grepsedawk
- Created: 2022-04-07T20:48:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T20:49:43.000Z (about 4 years ago)
- Last Synced: 2024-12-31T23:31:16.853Z (over 1 year ago)
- Language: Crystal
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test_app
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).