Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T20:51:29.000Z (over 3 years ago)
- Last Synced: 2024-07-31T21:56:54.434Z (3 months ago)
- Topics: activestorage, bootstrap4, rails, rails52, rubocop, ruby, stimulusjs, webpacker
- Language: Ruby
- Homepage:
- Size: 7.66 MB
- Stars: 61
- Watchers: 3
- Forks: 7
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/yhirano55/ama.svg?style=svg)](https://circleci.com/gh/yhirano55/ama)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](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)