You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a example of a forum web application with posts, comments and server side rendering.
4
4
5
-
It is deployed [here](https://guarded-coast-67601.herokuapp.com/).
5
+
It is deployed [here](https://next-postgres.herokuapp.com/).
6
6
7
7

8
8
@@ -28,7 +28,7 @@ It is deployed [here](https://guarded-coast-67601.herokuapp.com/).
28
28
29
29
**Mobile apps with JavaScript**
30
30
31
-
I also built a [React Native](https://facebook.github.io/react-native/) application with [Expo](https://expo.io) that sends network requests to a [deployed version of this application](https://guarded-coast-67601.herokuapp.com/). Below are steps to deploy your own).
31
+
I also built a [React Native](https://facebook.github.io/react-native/) application with [Expo](https://expo.io) that sends network requests to a [deployed version of this application](https://next-postgres.herokuapp.com/). Below are steps to deploy your own).
32
32
33
33
- Open it with [Expo Client](https://expo.io/@jimmylee/expo-next-postgres).
34
34
- Get [Expo Client](https://expo.io/tools) if you need it.
@@ -115,7 +115,7 @@ heroku login
115
115
heroku create
116
116
```
117
117
118
-
Heroku will give you a unique address, like ours: `guarded-coast-67601.herokuapp.com`.
118
+
Heroku will give you a unique address, like ours: `https://next-postgres.herokuapp.com/`.
0 commit comments