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-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# Watch it [live](twitter-stream21.herokuapp.com/)
2
+
1
3
First create open your mysql user and run migrate.sql on it to create database and tables. `mysql -u USERNAME -p PASSWORD < ./migrate.sql`
2
4
Put your mysql credentials in config/default.config
3
5
@@ -7,4 +9,4 @@ To start the application, first make sure you are using node 7.4. Install all mo
7
9
8
10
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).
9
11
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