Skip to content

CoderXYZ14/Quora-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quora Backend

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.

Project Overview

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.

Demo

Check out the live demo of the Quora project: Quora

Installation

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/coderxyz14/quora-backend.git
  2. Navigate to the project directory:

    cd quora-backend
  3. Install the dependencies:

    npm install
  4. Start the server:

    nodemon index.js
  5. Open your web browser and go to http://localhost:8080 to access the Quora platform.

Technologies Used

  • Node.js
  • Express.js
  • EJS (Embedded JavaScript)
  • uuid4
  • method-override