Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waterlink/devpoll

devpoll - small web application for making polls written in http://crystal-lang.org/ (Crystal lang)
https://github.com/waterlink/devpoll

Last synced: 14 days ago
JSON representation

devpoll - small web application for making polls written in http://crystal-lang.org/ (Crystal lang)

Awesome Lists containing this project

README

        

# devpoll

devpoll - small web application for making polls written in Crystal lang.

## Development

- `bin/deps` to install dependencies
- `bin/test` to run specs
- `bin/build` to build `bin/app`
- `bin/migrate up` to run migrations
- `bin/devserver` to run development server (build & run)
- `bin/app` to run compiled app
- `bin/bench` to run benchmark against deployed app

## Deployment (heroku)

You will need to set these variables:

```
BUILDPACK_URL: https://github.com/zamith/heroku-buildpack-crystal.git
CRYSTAL_ENV: production

CLEARDB_DATABASE_URL or DATABASE_URL:
```

## Contributing

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

- [waterlink](https://github.com/waterlink) Oleksii Fedorov - creator, maintainer