Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/waterlink/devpoll
- Owner: waterlink
- License: mit
- Created: 2015-09-03T22:35:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T15:19:57.000Z (over 9 years ago)
- Last Synced: 2024-11-01T01:52:58.447Z (2 months ago)
- Language: Crystal
- Homepage: http://devpoll.herokuapp.com/polls/ruby-average-method-length
- Size: 168 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: productionCLEARDB_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