Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.
/ ama Public archive

"Ask Me Anything" with Rails 5.2 Application

License

Notifications You must be signed in to change notification settings

yhirano55/ama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Gitter chat

"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