- Notifications
You must be signed in to change notification settings - Fork9
A simple Twitter hashtag tracking service
NotificationsYou must be signed in to change notification settings
cuchi/hashtrack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hashtrack is a web application that tracks Twitter hashtags.
The purpose of this project is to build a maintainable easy-to-deploy fullstackweb application from the ground up.
- Node.js (nvm is recommended)
- Docker (
curl https://get.docker.com | sh
) - docker-compose
yarn
yarn start
Thestart
script will create all the local services needed to run it indevelopment mode. The application will be available inhttp://localhost:8080 bydefault.
You should create a.env
file with your API and consumer tokens if you wantto see real tweets (see.env.example
).
The automated tests can be run withyarn test
, this will also wind up someneeded local services first.
There are still improvements to be made. Check out theroadmap!