Giter VIP home page Giter VIP logo

ruby-on-rails-example's Introduction

Northflank Ruby on Rails Example

Northflank

Deploy this Ruby on Rails application easily with Northflank:

  • Clone this repository
  • Select this repository in Northflank when creating a new service
  • Expose port 80 with the option Public HTTP
  • Wait for the app to build and visit the newly assigned URL. That's it!

Live Demo

https://example--ruby-on-rails--examples--nort-kcwl.code.run

About Rails

Ruby on Rails, or Rails, is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller framework, providing default structures for a database, a web service, and web pages.

This example project was boostrapped using Rails version 6.1.1 running on Ruby version 3.0.0.

Quick start 🚀

To follow this quick start, first install Ruby version 3.0.0.

  1. Install Rails version 6.1.1.

    gem install rails --version 6.1.1
  2. Install packages.

    Navigate into your new site’s directory and install gems with:

    # Install using bundle:
    bundle install
  3. Start developing.

    Run the test server with rails:

    rails server -p 80

    The live development website should now appear at http://localhost

ruby-on-rails-example's People

Contributors

champ-goblem avatar thomas-smyth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.