This is my fav place app
> Sabah
> In msia
This program will search Twitter tweets via hashtag #liveperson.
Programming stacks of this project are:
- Front-end: Angular
- Back-end: NodeJS, Express
- Database: SQLite3
- Twitter standard API
Install tools / programs below:
npm install
2.1 If you wish to run pgm in prod mode
run the command below in the root folder else go to next section.
pm2 start ecosystem.config.js --env production
Main page: http://localhost:5000
To get the Tweeter result: http://localhost:5000/api/getEntries
2.2 To run pgm in dev mode, use the command below:
node index.js
Main page: http://localhost:8080
To get the Tweeter result: http://localhost:8080/api/getEntries
- Go to the root folder and use the command below:
npm test
- Test cases covered:
- SQLite table insert
- SQLite table fields check
- SQLite table read
- SQLite table delete
- Twitter API