Skip to content

Commit 1d3aa41

Browse files
committed
updates readme
1 parent ff9ec93 commit 1d3aa41

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ This is a example of a forum web application with posts, comments and server sid
44

55
It is deployed [here](https://next-postgres.herokuapp.com/).
66

7-
![screen shot 2017-07-31 at 1 13 27 am](https://user-images.githubusercontent.com/310223/28768733-a04035e4-758d-11e7-889f-513859de2f77.png)
8-
9-
**Library breakdown**
7+
**Stack**
108

119
- [NextJS + Custom Express](https://github.com/zeit/next.js/)
10+
- [Emotion CSS-in-JS](https://github.com/emotion-js/emotion)
1211
- [Postgres](https://www.postgresql.org/)
1312
- [Sequelize: PostgresSQL ORM](http://docs.sequelizejs.com/)
1413
- [Passport for local authentication](http://passportjs.org/)
1514
- [Heroku](https://www.heroku.com)
16-
- [Redux](http://redux.js.org/) + [Higher-Order Components](https://facebook.github.io/react/docs/higher-order-components.html)
15+
- [Redux](http://redux.js.org/)
1716
- [Babel](https://babeljs.io/)
1817

19-
🐨 This code is for you to take! My only hope is that it is helpful. Below are deploy steps where you can deploy your own to [Heroku](https://www.heroku.com).
18+
This code is for you to take!
2019

2120
**Why is this useful?**
2221

@@ -27,9 +26,9 @@ It is deployed [here](https://next-postgres.herokuapp.com/).
2726

2827
**Mobile apps with JavaScript**
2928

30-
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).
29+
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](https://next-postgres.herokuapp.com/).
3130

32-
- Open it with [Expo Client](https://expo.io/@jimmylee/expo-next-postgres).
31+
- Open it [the project on Expo](https://expo.io/@jimmylee/expo-next-postgres).
3332
- Get [Expo Client](https://expo.io/tools) if you need it.
3433
- View and take the [source code](https://github.com/jimmylee/expo-next-postgres) on GitHub.
3534

0 commit comments

Comments
 (0)