From 17d800f08aa37808c6d1e268dec90e5b1d4500a6 Mon Sep 17 00:00:00 2001 From: semsion Date: Tue, 2 Jul 2024 17:12:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fce92d..17179dc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The use of the blog-client directory as an nested git repository is not a produc - Then navigate into the root of the repository and run `rails s`; this may prompt you to install some other packages, by running something similar to `bundle install --gemfile ~/Documents/ruby/RubyOnRails/blog/Gemfile`, if so, run as is instructed in the terminal. -- Run `rails s` again and hopefully you'll get a running Ruby on Rails API backend. +- Run `rails s` again and hopefully you'll get a running Ruby on Rails API backend. If so, visiting the 'Listening on' URL from the terminal, such as http://127.0.0.1:3000/api/v1/articles, in a browser should show a JSON response. - Next, navigate into the blog-client directory and run `npm run dev`, then navigate to the 'Local:' URL as specified in the terminal, which will hopefully display a populated page with some Blog articles.