/rails-lab

Simple Rails app to be used for training materials

Primary LanguageRuby

Rails Lab - Food Ordering Web App

This is a simple Rails app to be used for trainings material.

Prerequisites

To be able to run this, you need:

  • Ruby version 2.7.0 or higher
  • Rails version 6.0.4 or higher
  • PostgreSQL

Run Instructions

To run this app in development environment, execute the following command:

bundle exec rails s -b=0.0.0.0 -p 3000