This is an application where you can upload your second-hand items
- Ruby 3.2.1
- Rails 7.0.4
- Create the data base and run the migrations:
rails db:create db:migrate
- Install the gems
bundle install
- (Optional) If you want to load the fixture data, use the following command
rails db:fixtures:load
After pre-configuring the application, use one of the following commands to run the server:
rails s
./bin/dev