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
This builds on the basic Spider-Gazelle template to provide a good starting point for building a postresql backed application.
Launch the test script which leverages docker configure an isolated test environment for your specs.
./test
alternatively you can run docker compose up
directly
crystal build ./src/app.cr
or
shards build
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