Prerequisites

The setups steps expect following tools installed on the system.

1. Check out the repository
git clone git@github.com:fadynaffa3/cintentful.git
2. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s

And now you can visit the site with the URL http://localhost:3000

3. Routes

/spaces /sync /initial_sync

4. Testing

run the following command in order to run the specs

bundle exec rspec