AlbertoJTD / items-store

Second-hand items ๐Ÿ”„๏ธ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Second-hand items ๐Ÿ”„๏ธ


Languages

Language:Ruby 74.9%Language:HTML 21.2%Language:JavaScript 2.4%Language:CSS 1.2%Language:Shell 0.2%