An open API service indexing awesome lists of open source software.

https://github.com/andy9775/crystal-zeit

Crystal + docker + zeit
https://github.com/andy9775/crystal-zeit

crystal crystal-language now serverless ziet

Last synced: 11 months ago
JSON representation

Crystal + docker + zeit

Awesome Lists containing this project

README

          

# zeit_crystal

Setting up a basic crystal http server with [zeit now](https://zeit.co/)

## Installation

Ensure you have both [crystal-lang](https://crystal-lang.org/) and [now](https://zeit.co/now) installed

## Usage

To run the app locally execute `crystal run src/zeit_crystal.cr`

To push out to the web execute `now` from inside the project directory.

## Contributing

1. Fork it ( https://github.com/andy9775/zeit_crystal/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

- [andy9775](https://github.com/andy9775) Andy - creator, maintainer