Skip to main content
Back to Projects
2017
open-source
Featured

Twitter Prototype

A Twitter-style social platform prototype featuring core social networking functionality, built end-to-end with Node.js, AngularJS, MongoDB, and MySQL.


A social platform prototype modeled on Twitter, built to explore full-stack web development across the JavaScript ecosystem and multiple database technologies.

## Overview

The prototype implements core social networking capabilities, demonstrating end-to-end application development from frontend to backend and data persistence.

## Architecture

A Node.js backend powers the application logic and APIs, while an AngularJS frontend delivers a dynamic, single-page user experience.

## Data Layer

The project integrates both MongoDB and MySQL, showcasing experience with document-based and relational data models within a single application.