https://github.com/texpert/news_ties
https://github.com/texpert/news_ties
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/texpert/news_ties
- Owner: texpert
- Created: 2022-12-23T23:44:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T21:32:37.000Z (over 2 years ago)
- Last Synced: 2025-02-04T15:50:15.599Z (over 1 year ago)
- Language: Crystal
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# news_ties
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).