jihantoroblog

Version, currently master branch1 version
  • master branchlatestNov 17, 2017

github.com/codenoid/kemal-mysql-blog

Crystal, Kemal, MySQL, Blog

12 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  jihantoroblog:
    github: codenoid/kemal-mysql-blog
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
Rubi Jihantoro <jihantoro8@gmail.com>
Target
  • jihantoroblog from src/jihantoroblog.cr

Dependencies

Runtime Dependencies

  • db*github: crystal-lang/crystal-db
  • kemal0.21.0github: kemalcr/kemal
  • mysql*github: crystal-lang/crystal-mysql
  • kemal-session*github: kemalcr/kemal-session, branch: master

README

# jihantoroblog [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/veelenga/awesome-crystal)

An Kemal MySQL Blog App, written in Crystal

## Installation

clone > shards install > build > run

## Usage

setup your database connection, then use it

## Development

- [ ] More Guides / Description 

## Contributing

1. Fork it ( https://github.com/codenoid/jihantoroblog/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [codenoid](https://github.com/codenoid) Rubi Jihantoro - creator, maintainer