Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.
/ EcoZ Public archive

EcoZ - 2nd year university Web Project with NodeJS

Notifications You must be signed in to change notification settings

Airels/EcoZ

Repository files navigation

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