All Projects → soulmates-ai → docker-rails-demo

soulmates-ai / docker-rails-demo

Licence: other
Demo app for Rails, Docker and Webpack

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to docker-rails-demo

Salus
Security scanner coordinator
Stars: ✭ 441 (+1420.69%)
Mutual labels:  yarn, ruby-on-rails
open-flights
OpenFlights - A CRUD app example built with ruby on rails and react.js using webpacker
Stars: ✭ 105 (+262.07%)
Mutual labels:  ruby-on-rails, webpacker
electron-vite-quick-start
⚡ Full stack uses Vite to run Electron application, including main process.
Stars: ✭ 45 (+55.17%)
Mutual labels:  yarn
Devise-Omniauth-Multiple-Providers
Devise Multiple Omniauth Providers
Stars: ✭ 34 (+17.24%)
Mutual labels:  ruby-on-rails
ruby-best-practices-list
A list of well-written Ruby codebases to help you extract the best practices.
Stars: ✭ 123 (+324.14%)
Mutual labels:  ruby-on-rails
iwish
I wish that too!
Stars: ✭ 19 (-34.48%)
Mutual labels:  yarn
sexy form.rb
Dead simple HTML form field builder for Ruby with built-in support for many popular UI libraries such as Bootstrap
Stars: ✭ 38 (+31.03%)
Mutual labels:  ruby-on-rails
loco-rails
Rails is awesome, but modern web needs Loco-motive.
Stars: ✭ 53 (+82.76%)
Mutual labels:  ruby-on-rails
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+1258.62%)
Mutual labels:  yarn
yarn-workspaces-example
Sample monorepo project using new Yarn feature called Workspaces
Stars: ✭ 39 (+34.48%)
Mutual labels:  yarn
Self-Paced-Coding-Curriculum
Full-stack self-paced coding curriculum I created to teach myself and others how to code.
Stars: ✭ 12 (-58.62%)
Mutual labels:  ruby-on-rails
rubynostrilhos
Blog about Ruby on Rails (pt-br)
Stars: ✭ 16 (-44.83%)
Mutual labels:  ruby-on-rails
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+2913.79%)
Mutual labels:  yarn
awesome-app-js
This document list all the javascript libs used at Soixante circuits. They are compatible with Webpack and run in the browser and / or node only.
Stars: ✭ 16 (-44.83%)
Mutual labels:  yarn
appointment-scheduler
Rails Appointment Scheduler
Stars: ✭ 26 (-10.34%)
Mutual labels:  ruby-on-rails
lcbo-api
A crawler and API server for Liquor Control Board of Ontario retail data
Stars: ✭ 152 (+424.14%)
Mutual labels:  ruby-on-rails
ci
Run npm ci using the appropriate Node package manager (npm, yarn, pnpm)
Stars: ✭ 39 (+34.48%)
Mutual labels:  yarn
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+172.41%)
Mutual labels:  yarn
cruise
A Continuous Integration (CI) management system homework from Thought Works
Stars: ✭ 13 (-55.17%)
Mutual labels:  yarn
challenges-back-end
Repositório referente à desafios de Back End da womakerscode
Stars: ✭ 68 (+134.48%)
Mutual labels:  ruby-on-rails

Welcome to Docker Rails Demo

Rails, Docker and Webpacker is an awesome combination, for instance to develop React/Rails apps with. This demo app uses Rails 5, Webpacker and Docker. In development mode, it uses webpack-dev-server for live Javascript reloading. As database it uses PostgreSQL.

First, build the app for development

docker-compose build

Create the database

docker-compose run web scripts/wait-for-it.sh db:5432 -- "rake db:create db:migrate"

Run the app in development mode

docker-compose up

Build the app for production

docker build -t docker-rails-demo .

Now open http://localhost:3000 and look at your Javascript console to see messages

Brought to you by Soulmates.ai

Released under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].