kemal-api-server

Version, currently master branch1 version
  • master branchlatestJun 1, 2019

github.com/pkuosa-gabriel/kemal-api-server

A RESTful API server based on Kemal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal-api-server:
    github: pkuosa-gabriel/kemal-api-server
    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.28.0
License
MIT
Author
Gabriel Wu
Target
  • src from src/app.cr

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • faker*github: askn/faker
  • kemal*github: kemalcr/kemal
  • crecto*github: fridgerator/crecto
  • micrate*github: amberframework/micrate
  • spec-kemal*github: kemalcr/spec-kemal

README

kemal-api-server (code name: Pamphleteer)

Installation

Usage

Development

Contributing

  1. Fork it
  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