clonn / Xgag

9gag clone for open source project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xgag

Express.js starter, collection for most usage library.

pre-install

how to start

npm start
open http://localhost:7000

##include

  • jade
  • bootstrap

#TODO

  • bootstrap build in
  • collect sample page for jade

#schema

user:{
  name:
  password:
  email:
}
post:{
  voteId:
  userId:
  commentId:
  title:
  url:
  description:
  img:
  site_name:
}
vote:{
  userId:
  postId:
  good:
  bad:
}
comment:{
  userId:
  message:
}

TODO list

  • this is my todo list

About

9gag clone for open source project

License:GNU General Public License v2.0


Languages

Language:CSS 39.5%Language:HTML 31.2%Language:JavaScript 29.3%