Raritauto is application to choose best car for restoration
- Admin
- Client
Admin can create products with image and information about it
User can choose two cars and then go to vote page, where user decide which car wins
Admin can give rights to other users
The main page consists of
- Cars catalog
- Navigation bar
-
Ruby 3.0.1
-
Rails 6.1.3.2
In order to get repository local:
cd <folder>
git clone https://github.com/justcute/Raritauto.git
Then install gems with:
bundle install
Creating database and uploading seeds:
rails db:create
rails db:migrate
rails db:seed
To start
rails s