A simple e-commerce site using Ruby on Rails and related gems.
- Latest ruby version and rails as well.
- model unit test(Brand &&Category Model).
https://e-commerce-rails-project-iti.herokuapp.com
- Download the zip file or clone the repo.
- copy database.yml.example to database.yml and change the configurations to yours.
- Ruby version '2.7.1'
- run the following commands "install required gems"
$ bundle install
"create database"
$ rails db:create
"migrate database"
$ rails db:migrate
-Go to the url in the browser and type
http://localhost:3000
- admin account:
email: admin@admin.com
password: 123456789
-seller account:
email: seller@admin.com
password: 123456789
-Ruby on Rails -MySQL -HTML5 -CSS3
#Team Members: *TarekHassan *Mohamed Attia *Amira Abdelhalim *Hager Abdo