Remember Facemash? from The Social Network. π»
To deploy this project locally
git clone https://github.com/Om-Thorat/ColorMash.gitMake sure you have Django installed
py -m django --versionElse install Django
pip install djangoEnter the directory
cd ColorMashMigrate to create the databases
py manage.py migrateRun the server on a desired port
py manage.py runserver 3000Now 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.