Skip to content

Desde cero recrear una pagina de compraventa de artiíulos 🏃‍♂️👟, en este caso deportivos, donde tengo mas conocimiento de cada articulo

Notifications You must be signed in to change notification settings

rusgar/APP_Running

Repository files navigation

Running_Para_Tod@s

Ruby home page

Download with Git

Clone the project

 https://github.com/rusgar/APP_Running

Go to the project directory

 cd mkdir "new"

First steps To install Rails, use the command provided by RubyGems gem install:

 gem install rails
 rails --version
 Rails new "mkdir" --d

Install dependencies and update

  bundle install
  bundle update

creation and migration

   rails db:create
   rails db:migrate

Start the server

   bin/dev

Other dependencies

 rails active_storage:install
  rails g scaffold

Tech Stack

Client:

  bundle add tailwindcss-rails
  rails tailwindcss:install

Production environment

bundle lock --add-platform x64-mingw-ucrt

Screenshots

About

Desde cero recrear una pagina de compraventa de artiíulos 🏃‍♂️👟, en este caso deportivos, donde tengo mas conocimiento de cada articulo

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published