Skip to content

Programming Language Theory Project (Teoría del Lenguaje - TDL) - Ruby lang. - Ruby on Rails webpage

Notifications You must be signed in to change notification settings

gabrieldiem/Legendary_Motorsport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legendary Motorsport Banner

Project - Programming Language Theory

es

Ecommerce project developed in Ruby on Rails - Project for the Programming Language Theory subject [75.31 - 95.07] - FIUBA, 2Q 2021.

You can watch the video presentation that goes along with this project in this YT video, it's in Spanish as that is the language the course is teached on.

Project members:

Evaluator:

  • Ferrigno, Leandro

Execution

Once the repository has been cloned, the necessary programs must be installed to run the work. Among them are:

  • Ruby (version 3.0.0)
  • Ruby on Rails (version 6.1.4.1)
  • MySQL and MySQLd (mysql2 version 0.5)

In addition, the NodeJS dependencies required for Ruby on Rails to work must be installed with the command yarn install.

Gem Installation

The used gems must be installed with the command bundle install. For more details on the gems and their versions, see the gemfile.

Configuración de la base de datos

First, the database setup must be run, which loads the data from the seeds.rb file at the beginning, so that an administrator account with preloaded cars appears when starting the server. This is done with the command rails db:setup.

Then, the database migrations must be executed, which is done with the command rails db:migrate.

Server Execution

Finally, to run the server that shows the website locally, the command rails s must be executed.

This will start the server so that the website can be seen at http://localhost:3000/.

Images

Image 1

Image 2

Image 3

Image 4

Image 5

Image 6

About

Programming Language Theory Project (Teoría del Lenguaje - TDL) - Ruby lang. - Ruby on Rails webpage

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •