Skip to content

Commit 33d7287

Browse files
authored
Update README.md
1 parent 48b7149 commit 33d7287

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Let's begin!
4040

4141
3. Run `npm start` and type Y in case there are some conflicting port configs in your local host. You should see the bottom image in your browser if everything was installed correctly!
4242

43-
<a href="http://tinypic.com?ref=2gwysso" target="_blank"><img src="http://i68.tinypic.com/2gwysso.png" border="0" alt="Image and video hosting by TinyPic"></a>
4443

4544
## Rails API 💎
4645

@@ -87,8 +86,6 @@ Versioning is the process of seperating and creating new features/data/endpoints
8786
mkdir mkdir app/controllers/api && mkdir app/controllers/api/v1
8887
```
8988

90-
If everything looks right you should see your directory identical as below. <br><br>
91-
<a href="http://tinypic.com?ref=3589c11" target="_blank"><img src="http://i67.tinypic.com/3589c11.png" height="280" width="280" border="0" alt="Image and video hosting by TinyPic"></a>
9289

9390
Now that our versioning is complete, let's test out a model and controller to work with our new url of `localhost:3000/api/v1`.
9491

@@ -175,8 +172,7 @@ Seed the DB using `rails db:seed && rails db:migrate`
175172

176173
Start your Rails server `rails s` and navigate to `localhost:3000/api/v1/movies` and if it is successful you should see the following JSON output: <br><br>
177174

178-
(Optional) I'm using a pretty JSON viewer for chrome which you can download [here.](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc)
179-
<a href="http://tinypic.com?ref=2m60ahx" target="_blank"><img src="http://i63.tinypic.com/2m60ahx.png" width="450" height="450" border="0" alt="Image and video hosting by TinyPic"></a>
175+
(Optional) I'm using a pretty JSON viewer for chrome which you can download [here.]
180176

181177
Congrats! You have successfully created a Rails API and completed your first GET request!
182178

@@ -189,9 +185,6 @@ React is a component based front end framework that makes it easy to make fronte
189185
```
190186
create-react-app client
191187
```
192-
193-
<br>
194-
<a href="http://tinypic.com?ref=1zya22t" target="_blank"><img src="http://i64.tinypic.com/358xiu0.png" border="0" height="300" width="280" alt="Image and video hosting by TinyPic"></a>
195188
<br>
196189

197190
2. Download Boostrap into the react directory:

0 commit comments

Comments
 (0)