lucky_realworld
Version, currently master branch1 version
- master branchlatestMar 24, 2019
github.com/hibachrach/lucky-realworld
An implementation of the realworld spec using the Lucky framework
10 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
lucky_realworld:
github: hibachrach/lucky-realworld
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.27.2- Author
- Harry Bachrach <harry@docsend.com>
- Target
lucky_realworldfrom src/lucky_realworld.cr
Dependencies
Runtime Dependencies
README
# lucky-realworld [](https://travis-ci.org/HarrisonB/lucky-realworld) This is an implementation of the [realworld spec](https://github.com/gothinkster/realworld) to demonstrate how to build a backend web app using [Lucky](https://luckyframework.org/), a web framework designed to catch errors at compile-time. Note that *this project is still in active development*! ### Setting up the project 1. [Install required dependencies](http://luckyframework.org/guides/installing.html#install-required-dependencies) 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](http://luckyframework.org/guides). ### Progress - [x] Authentication - [x] Registration - [x] Get Current User - [x] Update User - [x] Get Profile - [x] Follow user - [x] Unfollow user - [ ] Create Article - [ ] List Articles - [ ] Filter by tag - [ ] Filter by author - [ ] Filter by user - [ ] Favorited by user - [ ] Limit number of articles (default is 20) - [ ] Offset/skip number of articles (default is 0) - [ ] Feed Articles - [ ] Limit number of articles (default is 20) - [ ] Offset/skip number of articlse (default is 0) - [ ] Get Article - [ ] Update Article - [ ] Delete Article - [ ] Add Comments to an Article - [ ] Get Comments from an Article - [ ] Delete Comment - [ ] Favorite Article - [ ] Unfavorite Article - [ ] Get Tags
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Mar 24, 2019
- Crystal
0.27.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/hibachrach/lucky-realworld
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1