welcome to our wonderful flashcard program!
here's some information about our flashcard project.
we made use of some pretty cool features such as, but not limited to :
~ mongoDb
~ react
~ amazon web services
check out our deployed site here!
andrew buckley // reach out on linkedin!
michael malach // reach out on linkedin!
nicole sevillano // reach out on linkedin!
steven mezzacappa // reach out on linkedin!
vu vo // reach out on linkedin!
firstly, you will want to ( fork at discretion )
git clone git@github.com:abuckstopshere/flashMob.git
then you will want to
npm install
to gain a bit of understanding about the functionality of our application, navigate to the testing template here!
once getting the template running, you can edit html // css // javascript files
getUserbyId(){
return
}
changeUserEmail(){
return
}
deleteUser(){
return
}
createSet(){
return
}
getSetByAuthor(){
return
}
getSetByCategory(){
return
}
getSetAll(){
return
}
addSetCategory(){
return
}
deleteSet(){
return
}
createSet(){
return
}
getCardsBySet(){
return
}
updateCardFields(){
return
}
updateCardsSet(){
return
}
deleteCardById(){
return
}