Outline

this project was made as a task for the SmartrMail development team.


Installation

first, clone this repo,

git clone https://github.com/A7madXatab/smartrmail-development-task

second, navigate to the root of the project and run this command

bundle install 

this will install all the project dependencies.

finall you are ready to run the project, to run the project do

rails db:migrate
rails server