spider-gazelle / spider-gazelle

A Rails esque web framework with a focus on speed and extensibility for crystal lang

Home Page:https://spider-gazelle.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spider-Gazelle Application Template

CI

Clone this repository to start building your own spider-gazelle based application. This is a template and as such, Do What the Fuck You Want To

Documentation

Detailed documentation and guides available: https://spider-gazelle.net/

Spider-Gazelle builds on the amazing performance of router.cr here.:rocket:

Testing

crystal spec

  • to run in development mode crystal ./src/app.cr

Compiling

crystal build ./src/app.cr

Deploying

Once compiled you are left with a binary ./app

  • for help ./app --help
  • viewing routes ./app --routes
  • run on a different port or host ./app -b 0.0.0.0 -p 80

About

A Rails esque web framework with a focus on speed and extensibility for crystal lang

https://spider-gazelle.net/

License:Do What The F*ck You Want To Public License


Languages

Language:Crystal 78.6%Language:Dockerfile 21.4%