Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 686 Bytes

Twitter Clone built with Erlang

Overview

This project is a working implementation of Erlang OTP and the cowboy library to replicate the various functionality of Twitter.

The working demo can be seen on YouTube.

YouTube Demonstration

Overview

The project implements the following features of the Twitter Engine.

  • Account Creation
  • Tweet
  • Retweet
  • Search
  • Follow

Running the application

  1. Install erlang from https://www.erlang.org/ and clone this repository.

  2. Run the project.

./rebar3 shell