https://github.com/yhirano55/ama
"Ask Me Anything" with Rails 5.2 Application
https://github.com/yhirano55/ama
activestorage bootstrap4 rails rails52 rubocop ruby stimulusjs webpacker
Last synced: about 1 year ago
JSON representation
"Ask Me Anything" with Rails 5.2 Application
- Host: GitHub
- URL: https://github.com/yhirano55/ama
- Owner: yhirano55
- License: mit
- Archived: true
- Created: 2018-02-15T14:41:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T20:51:29.000Z (over 4 years ago)
- Last Synced: 2025-03-14T23:11:50.132Z (about 1 year ago)
- Topics: activestorage, bootstrap4, rails, rails52, rubocop, ruby, stimulusjs, webpacker
- Language: Ruby
- Homepage:
- Size: 7.66 MB
- Stars: 61
- Watchers: 2
- Forks: 7
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://circleci.com/gh/yhirano55/ama)
[](https://gitter.im/ama-rails/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
"Ask Me Anything" with Rails 5.2 Application.
This app's aim is to take questions and feedback from the audience.
## Dependencies
- Ruby 2.6.1
- Ruby on Rails 5.2.2 (with Active Storage)
- Yarn 1.13.0
- Webpacker
- Bootstrap 4
- Stimulus 1.1.1
- Postgresql 9.6.3
- cmake
## Getting started
### on local
```
$ bin/setup
$ vim .env # for set GitHub auth key/secret. See: https://github.com/settings/developers
$ bin/rails s
```
### on docker
```
$ docker-compose build
$ docker-compose run --rm app bin/setup
$ vim .env # for set GitHub auth key/secret. See: https://github.com/settings/developers
$ docker-compose up -d
```
## License
[MIT License](https://opensource.org/licenses/MIT)