simple_crystal_app

Version, currently main branch1 version
  • main branchlatestJun 25, 2023

github.com/raulcaval/crystal_kemal_jennifer_api

A simple CRUD

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  simple_crystal_app:
    github: raulcaval/crystal_kemal_jennifer_api
    branch: main

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

Then run:

shards install

shard.yml

Crystal
1.8.2
License
MIT
Author
Raul Cavalcanti
Target
  • simple_crystal_app from src/simple_crystal_app.cr

Dependencies

Runtime Dependencies

  • pg= 0.26.0github: will/crystal-pg
  • sam0.4.2github: imdrasil/sam.cr
  • kemal*github: kemalcr/kemal
  • dotenv*github: drum445/dotenv
  • jennifer= 0.12.0github: imdrasil/jennifer.cr
  • jennifer_twin0.1.1github: imdrasil/jennifer_twin

README

simple_crystal_app

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/simple_crystal_app/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