Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 373 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 373 Bytes

CraftTwitter

Repository for twitter-like web app

The application provides web-portal for accessing tweets. The project is divided in 2 parts:

  1. 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.
  2. Client-side (front-end): Angular and bootstap used for front-end.