Repository for twitter-like web app
The application provides web-portal for accessing tweets. The project is divided in 2 parts:
- Server-side (backend): Node.js and Express used for web-server and providing REST endpoints. Redis is used as an in-memory data store for caching the data.
- Client-side (front-end): Angular and bootstap used for front-end.