skip to Main Content

How can I rewrite this?

Currently I am trying to write RESTapi for a website with users and flashcards. I am using a MERN stack in order to build this. The mongodb structure is the following: //FlashCardSchema const flashcardSchema = new Schema({ deckID: { type:…

VIEW QUESTION

How can we rewrite this?

Currently I'm using a timer with node-schedule to check for changes in the database, making queries every 1 minute and then comparing with the information already registered to see if there were changes since the last check. With what I…

VIEW QUESTION
Back To Top
Search