Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 981 Bytes

README.md

File metadata and controls

65 lines (51 loc) · 981 Bytes

README

E-Commerce Web Site

A simple e-commerce site using Ruby on Rails and related gems.

Prerequisits

  • Latest ruby version and rails as well.

Unfunctional Requirements

  • model unit test(Brand &&Category Model).

heroku

https://e-commerce-rails-project-iti.herokuapp.com

Installation

  • 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

Accounts

  • admin account:
email: [email protected]
password: 123456789

-seller account:

email: [email protected]
password: 123456789

Technologies

-Ruby on Rails -MySQL -HTML5 -CSS3

#Team Members: *TarekHassan *Mohamed Attia *Amira Abdelhalim *Hager Abdo