KEPO is a social media website that inspirated by Stack Overflow and Quora
Main features that will be implemented on the website :
- Posting in user's timeline / feed
- Commenting or asking
Figma : https://www.figma.com/file/LOzYffy9wwSK7lXTnMeXtW/KEPO.com
Flowchart: https://www.figma.com/file/uVu0vBGyQL0QK0nZc96nNC/Flowchart
Live : kepo.baysatriow.me
- Home Page
- Ask Question Page
-
kepo-api.ericprd.site/api/questions
GET method to get all questions in database. -
kepo-api.ericprd.site/api/questions
POST method to post question to databaseusername: String
title: String
question: string
-
kepo-api.ericprd.site/api/questions/:id
GET method to get question by id from database. -
kepo-api.ericprd.site/api/questions/:id
DELETE method to get question by id from database.