GithubHelp home page GithubHelp logo

back4app_test_template's Introduction

Back4app Containers - Ruby on Rails Application

This is a simple Ruby on Rails application that has been configured to run on Back4app Containers. It serves a welcome page when accessed via a web browser.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • You should have Ruby and Rails installed on your local machine.
  • Install Docker if you want to build and run the Docker container locally.

Installing

  1. Clone this repository:
git clone https://github.com/templates-back4app/containers-ruby-rails-app.git
cd containers-ruby-rails-app
  1. Install the project dependencies:
bundle install
  1. Start the development server:
rails server

Open http://localhost:3000 to view it in the browser.

Building a Docker Image

To build a Docker image of the application, run the following command:

docker build -t containers-ruby-rails-app .

Running the Docker Container

To run the Docker container, use the following command:

docker run -p 8080:3000 containers-ruby-rails-app

Now, the app is running at http://localhost:8080

Deployment

The project can be deployed on Back4app Containers. Refer to the Back4app Documentation for more information.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License

back4app_test_template's People

Contributors

alyssoncm avatar fedejimenez avatar

Watchers

 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.