blog-api

Version, currently master branch1 version
  • master branchlatestJul 2, 2018

github.com/mikeeus/blog

No description declared in shard.yml.

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  blog-api:
    github: mikeeus/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.25.0
Author
mikeeus
Target
  • blog-api from src/blog-api.cr

Dependencies

Runtime Dependencies

  • jwt*github: crystal-community/jwt
  • lucky~> 0.11github: luckyframework/lucky
  • carbon~> 0.1.0github: luckyframework/carbon
  • authentic~> 0.1.0github: luckyframework/authentic
  • lucky_migrator~> 0.6github: luckyframework/lucky_migrator

README

blog-api

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Run bin/setup
  3. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.