Skip to content

Commit 46f277f

Browse files
authored
Update README.md
1 parent df3036e commit 46f277f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Watch it [live](twitter-stream21.herokuapp.com/)
2+
13
First create open your mysql user and run migrate.sql on it to create database and tables. `mysql -u USERNAME -p PASSWORD < ./migrate.sql`
24
Put your mysql credentials in config/default.config
35

@@ -7,4 +9,4 @@ To start the application, first make sure you are using node 7.4. Install all mo
79

810
Write a script which will fetch tweets of a given “#HashTag” every few minutes and store only the newly found tweets in a database. Develop a front end using which a user can see the tweets for a given “#HashTag”. Front end should be auto-refreshing (like facebook) without reloading the entire page or any other user input. Focus on building a high quality user experience (and not just good looking UI). If possible, please host it somewhere (without spending money).
911

10-
You should use NodeJS as back-end and Angular or react as fron-tend and MySQL for Database. Timeline: 5-6 hours should be enough for this.
12+
You should use NodeJS as back-end and Angular or react as fron-tend and MySQL for Database. Timeline: 5-6 hours should be enough for this.

0 commit comments

Comments
 (0)