Skip to content

Om-Thorat/ColorMash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ColorMash ๐ŸŽจ

visitors

Remember Facemash? from The Social Network. ๐Ÿ’ป

That's it but just for ColorCombos. ๐Ÿ–Œ๏ธ

Using an elo โ™Ÿ๏ธ rating system to rank colorcombos as voted by users.

Deployment ๐Ÿง‘โ€๐Ÿ’ป

To deploy this project locally

git clone https://github.com/Om-Thorat/ColorMash.git

Make sure you have Django installed

py -m django --version

Else install Django

pip install django

Enter the directory

cd ColorMash

Migrate to create the databases

py manage.py migrate

Run the server on a desired port

py manage.py runserver 3000

Now the page must be hosted on localhost:3000

Visit localhost:3000/prettycombos To vote.

And localhost:3000/prettycombos/leads to see the Leaders.

The main page ie localhost:3000 is intended to be blank.

(Because i am too lazy to make a landing page.)

Thank You <3.