Remember Facemash? from The Social Network. ๐ป
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.