Skip to content
forked from jserv/facebooc

Yet another Facebook clone written in C

License

Notifications You must be signed in to change notification settings

25077667/facebooc

 
 

Repository files navigation

Facebooc

:::info Because this project is forked from jserv and keeps contributing, we checkout to scc branch that helps us switching to latest development. :::

Proof-of-concept Facebook clone in C. We minimal the essential dependencies

Collaboration dependencies

sudo apt-get install sassc    \ 
                     cppcheck \
                     aspell   \
                     build-essential \
                     libssl-dev

Prerequisites

Install SQLite and openssl development package:

sudo apt-get install libsqlite3-dev libssl-dev

Build and Run

cd facebooc
make run

Licensing

Facebooc is freely re-distributable under the Apache & BSD License. Use of this source code is governed by Apache & BSD style license that can be found in the LICENSE file.

About

Yet another Facebook clone written in C

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 77.2%
  • HTML 8.3%
  • Shell 8.0%
  • SCSS 3.7%
  • Makefile 1.7%
  • Python 0.6%
  • Dockerfile 0.5%