Shepochka is application to furniture market
-
Admin
-
Client
-
Expert
Admin can create products with image and information about it
Only expert can set rating on products by rating parameters
Admin can give rights to other users
The main page consists of
- Company info
- 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/Shepochka.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