Facemash
Facemash copied to clipboard
A React app to vote 👍👎!!
Facemash
A web-app created with React to vote for your favorite users. Screenshots below!!
No longer maintained.
Quick liks
- Screenshots
- Own the project
Screenshots

UI is taken from Instagam-clone I created!!
Own the project
-
First install all dependencies:
# with npm npm install # or with yarn yarn -
Open PHPMyAdmin, create a DB & import
facemash.sqlfile. -
Create a
.envfile and insert the following code. Replace values with yours!!PORT=YOUR_PORT MYSQL_HOST="host" MYSQL_USER="user" MYSQL_PASSWORD="password" MYSQL_DATABASE="db" MAIL="[email protected]" MAIL_PASSWORD="gmail-password" SESSION_SECRET_LETTER="anything-secret" -
Start the server
npm start -
Now run the app
localhost:[PORT] PORT = YOU DEFINED IN .ENV FILE. 4111 BY DEFAULT!! -
Enjoy!!
Contribute
Show your support by 🌟 the project!!
Feel free to contribute!!