To run this project follow the next steps:
-
clone the project
git clone https://github.com/SalahEddineBC/8returns-test.git
-
install the required dependencies:
bundle install
yarn install
-
create the database
rails db:create
-
setup the database
rails db:migrate
-
Start the server
rails s
-
Navigate to http://localhost:3000 for the main page