blog

Version, currently master branch1 version
  • master branchlatestDec 25, 2020

github.com/Blacksmoke16/athena-blog-tutorial

Demo/tutorial for Athena. Creating a REST JSON API backend for a blog.

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  blog:
    github: Blacksmoke16/athena-blog-tutorial
    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.35.0
License
MIT
Author
George Dietrich
Target
  • blog from src/blog.cr

Dependencies

Runtime Dependencies

  • pg0.21.1github: will/crystal-pg
  • jwt1.4.2github: crystal-community/jwt
  • athena0.12.0github: athena-framework/athena
  • granite0.21.1github: amberframework/granite

Development Dependencies

  • ameba~> 0.13.0github: crystal-ameba/amebadev

README

blog

Demo/tutorial for Athena. Creating a REST JSON API backend for a blog.

See the Blog Post for details.