Skip to content

Simple Rails app to be used for training materials

Notifications You must be signed in to change notification settings

insinyuronline/rails-lab

 
 

Repository files navigation

Rails Lab - Food Ordering Web App

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

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

About

Simple Rails app to be used for training materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.4%
  • HTML 19.9%
  • SCSS 5.7%
  • JavaScript 5.0%