Airels / EcoZ

EcoZ - 2nd year university Web Project with NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EcoZ

University Web Project using NodeJS

Improve yourself to make the world better !

Objects structures :

  • Question :
    • id
    • title (text of question)
    • creator (username of author)
    • creationDate (using timestamp)
    • listIDAnswers (Splitted with ',')
    • idCorrectAnswer
  • Answer :
    • id
    • content
  • User :
    • id
    • username
    • password
    • mail
    • hereSince (timestamp)
    • totalScore
    • isAdmin
    • isPremium
    • description

Note: Execute testUsers.js to use special accounts to test website permissions

About

EcoZ - 2nd year university Web Project with NodeJS


Languages

Language:JavaScript 50.0%Language:HTML 44.1%Language:CSS 5.9%