🌐 Website |
Frontend Repo |
Backend Repo | 📹 Demo Video
- It’s a clone project of a famously known QnA Website, built in using MySQL, Sequelize, Express, React and Node.js. Deployed on Vercel and Render.
- Up till now, the project has gathered quite a traffic, which is of about 500+ GitHub stars on Frontend, and 100+ stars on Backend.
- I have converted it into an open-source project and now I have about 8-9 active contributors to it.
My Tech Stack (MERN)
Front-end
- Front-end Framework:
React.js (with Redux) - Styling:
SASSandBOOTSTRAP
Back-end
- For handling index requests:
Node.js with Express.js Framework - As Database:
MySQL with Sequelize - API tested using:
POSTMAN
API Endpoints
API is currently hosted on stackoverflow-clone-api.onrender.com (Primary) and stackoverflow-clone-backend.herokuapp.com.
You can view and read the API endpoints samples here. This is API documentation for the back-end.
Base Url - {API_URL}/api
Users
GET /authPOST /authPOST /users/:idGET /usersGET /users/:id
Posts
GET /postsGET /posts/topGET /posts/tag/:tagnameGET /posts/:idPOST /posts/DELETE /posts/:id
Answers
GET /posts/answers/:idPOST /posts/answers/:idDELETE /posts/answers/:id
Comments
GET /posts/comments/:idPOST /posts/comments/:idDELETE /posts/comments/:id
Tags
GET /tagsGET /tags/:tag_name
Contributing
- Go to Contributing.md
Demo
Video - Watch the video
Video Last Updated on 7th March, 2022
Images
