Facemash

A React app to vote ??!!

Github星跟踪图

Facemash

A web-app created with React to vote for your favorite users. Screenshots below!!

No longer maintained.

Quick liks

  1. Screenshots
  2. Own the project

Screenshots

alt text
alt text
alt text
alt text
alt text

UI is taken from Instagam-clone I created!!

Own the project

  1. First install all dependencies:

    # with npm
    npm install
    
    # or with yarn
    yarn
    
  2. Open PHPMyAdmin, create a DB & import facemash.sql file.

  3. Create a .env file 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="yourgmail@gmail.com"
    MAIL_PASSWORD="gmail-password"
    SESSION_SECRET_LETTER="anything-secret"
    
  4. Start the server

    npm start
    
  5. Now run the app

    localhost:[PORT]     PORT = YOU DEFINED IN .ENV FILE. 4111 BY DEFAULT!!
    
  6. Enjoy!!

Contribute

Show your support by ? the project!!

Feel free to contribute!!

主要指标

概览
名称与所有者yTakkar/Facemash
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2017-12-19 10:11:56
推送于2022-02-11 04:03:58
最后一次提交2019-05-26 16:54:34
发布数0
用户参与
星数83
关注者数6
派生数32
提交数15
已启用问题?
问题数1
打开的问题数0
拉请求数0
打开的拉请求数4
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?