Skip to content

kechol/ama

 
 

Repository files navigation

CircleCI Gitter chat

"Ask Me Anything" with Rails 5.2 Application.

This app is aim to take questions and feedbacks from audience.

Dependencies

  • Ruby 2.5.1
  • Ruby on Rails 5.2.0 (with Active Storage)
  • Yarn 1.3.2
  • Webpacker
  • Bootstrap 4
  • Stimulus 1.0.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

About

"Ask Me Anything" with Rails 5.2 Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.1%
  • HTML 23.5%
  • JavaScript 4.3%
  • CSS 2.9%
  • Makefile 0.2%