frost-crystal

Version, currently 0.1.01 version
  • 0.1.0latestJul 21, 2018

github.com/jonjondev/frost-crystal

The coolest Crystal REST API framework

4 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  frost-crystal:
    github: jonjondev/frost-crystal
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
0.25.1
License
MIT
Author
Jonathan Moallem
Target
  • frost-crystal from src/frost-crystal.cr

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • orion*github: obsidian/orion
  • granite~> 0.12.1github: amberframework/granite

README

Frost Crystal: The coolest Crystal API framework

Frost Crystal is a barebones, modular API framework build with Crystal... and it's super cool.

Its structure has been built out to be naturally quite opinionated. That being said however, the project's logic is easy enough to follow and can easily be modified to suit your needs.

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

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

  • J-Mo63 Jonathan Moallem - creator, maintainer