Skip to content

ResearcherOne/basicQuestionAnswerPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Description:

#Front-End

#Back-End -Routes /useractions /vote (validateEntryId) /thumbsup /thumbsdown /ask /comment (validateEntryId) /getEntries -Required Modules Model: -mongoModule (uses mongoDbWrapper) addQuestion (entry, callback) upvoteQuestion (entryId, callback) downvoteQuestion(entryId, callback) addComment (entryId, comment, callback) getEntryList (callback) isQuestionExist (entryId, callback) Middleware: stopFrequentUserActions vote,ask,comment each 30 seconds limited -data structure entry:{ question: thumbsup: entryId: addedDate: }

	commentGroup:{
		entryId: 
		//commentCount
		comments: [
			{
				commentId: hash(answer) + hash(fullName)
				fullName:
				comment:
				thumbsup:
				addedDate:
			},
		]
	}

About

Ultra basic question&answer platform created for hacknbreak event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors