Skip to content

cellar-fume-lowbrow/facemash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facemash

A clone of the facemash website from The Social Network however there is no need to fetch the images from public webservers since there is an image upload function.

Disclaimer

Regarding the aspect of morale and respect this application may provoke some, this is not the purpose. The solely intention of this application is to implement the ELO-ranking system in an easy and fun manner.

Installation

There is a few steps to be done to install the application first off you'll need to copy the configuration sample to config.py and set the correct parameters. Once it is done you may create the database, import db from facemash.py and issue the db.create_all() method.

To create the initial database, just import the db object from an interactive Python shell and run the SQLAlchemy.create_all() method to create the tables and database:

from yourapplication import db db.create_all()

Configure any uWGSI server to run the application or use the flask built in webserver to serve the webapp.

About

A Facemash clone in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.8%
  • Python 29.0%
  • CSS 2.2%