Yet another Facebook clone written in C
Proof-of-concept Facebook clone in C. The only dependency is SQLite3.
Install SQLite development package:
bash sudo apt-get install libsqlite3-dev
cd facebooc make run
Faceboocis freely redistributable under the two-clause BSD License. Use of this source code is governed by a BSD-style license that can be found in the
LICENSEfile.