Welcome to the Quora Backend project! This project, created by Shahwaiz Islam, serves as the backend for a Quora-like platform where users can ask questions, provide answers, and interact with each other.
The Quora Backend is built using Node.js and Express.js framework, along with other npm packages such as EJS, uuid4, and method-override. It provides RESTful APIs to handle user authentication, question and answer management, user interactions, and more.
Check out the live demo of the Quora project: Quora
To run this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/coderxyz14/quora-backend.git
-
Navigate to the project directory:
cd quora-backend
-
Install the dependencies:
npm install
-
Start the server:
nodemon index.js
-
Open your web browser and go to
http://localhost:8080
to access the Quora platform.
- Node.js
- Express.js
- EJS (Embedded JavaScript)
- uuid4
- method-override