Skip to content
This repository was archived by the owner on Jun 20, 2020. It is now read-only.

Airels/EcoZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

EcoZ - 2nd year university Web Project with NodeJS

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors