Skip to content

AlbertoJTD/items-store

Repository files navigation

Items store 🛍️

This is an application where you can upload your second-hand items

Minimum requirements

  • Ruby 3.2.1
  • Rails 7.0.4

Libraries

Configuration

  1. Create the data base and run the migrations:
rails db:create db:migrate
  1. Install the gems
bundle install
  1. (Optional) If you want to load the fixture data, use the following command
rails db:fixtures:load

Start the server

After pre-configuring the application, use one of the following commands to run the server:

rails s
./bin/dev