This project is a combination of two projects, web-server-cgi and facebooc, for the course of National Cheng Kung University.
Proof-of-concept Facebook clone in C. The only dependency is SQLite3.
Install SQLite development package:
sudo apt-get install libsqlite3-dev
cd web-server-cgi-facebooc
make
cd bin
./cgi_server_test
See the LICENSE file for license rights and limitations (MIT).