This is backend app to support kepo application.
-
kepo-backend.ericprd.site/api/questionsGET method to get all questions in database. -
kepo-backend.ericprd.site/api/questionsPOST method to post question to databaseusername: String
title: String
question: string
-
kepo-backend.ericprd.site/api/questions/:idGET method to get question by id from database. -
kepo-backend.ericprd.site/api/questions/:idDELETE method to get question by id from database.
- Eric Pradana Github