8000 GitHub - manhtran95/mini-facebook
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

manhtran95/mini-facebook

Repository files navigation

mini-facebook

About

This is a basic website clone of Facebook web app.

Features

  • User Authentication
  • Basic posting
  • Friending features
  • Basic photo features
  • (Technical) SQL Optimization

Demo

  • Check out the live web app at https://mtran.io
  • Test user account: username(test), password(test1234)

Get Started

Create a virtualenv and activate it:

python3 -m venv ~/.virtualenvs/minifacebook
source ~/.virtualenvs/minifacebook/bin/activate

Cd into a workplace and clone the git repo (with SSH):

git clone git@github.com:manhtran95/mini-facebook.git
cd mini-facebook

Install Python packages:

pip install -r requirements.txt

Start up the server:

python manage.py runserver

See the app running at http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0