Skip to content

mikolajr/kw-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Prerequisites

Docker-compose

First build

Within terminal:

docker-compose run web bundle exec rake db:create
docker-compose run web bundle exec rake db:migrate
docker-compose run web bundle exec rake db:seed
docker-compose run web yarn install
docker-compose up

Go to localhost:3002. Enjoy!

Development

Web (panel) localhost:3002

MailCatcher (mail debugging tool) localhost:1080

Sidekiq (queue) localhost:3002/sidekiq

Code Climate Security

About

App for Krakow alpine club

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 52.8%
  • Slim 37.6%
  • JavaScript 4.7%
  • HTML 2.0%
  • SCSS 1.9%
  • CoffeeScript 0.4%
  • Other 0.6%