Skip to content

milozg/mini-facebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-facebook WebApp

mini‑facebook is a lightweight demonstration project, designed to showcase the core features one might expect in a Facebook‑style social site. It is not intended as production software, but rather as a learning tool or prototype.


mini_facebook_gif


Features

  • User registration, login, logout supported by Django's built in authorization
  • Profile pages
  • Creating and editing posts
  • Viewing posts in a feed
  • Following / unfollowing users

Tech Stack

  • Backend / Web Framework: Django
  • Database: SQLite
  • Frontend / Static files: HTML, CSS

Setup

If you wish, below are the typical steps to get this project running locally:

  • Fork and clone the repository
  • Now create a virtual environment
    pipenv shell
  • And run the local server
    python manage.py runserver
    
  • Go to http://127.0.0.1:8000/ and use the app!

About

A small webapp demonstrating the basic functions of a social media application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published