Skip to content

Tragicboyjay/query_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query-Me

Description

Query-Me is a question and answer platform where you can ask questions to your friends, followers, or the entire community. Whether you're seeking advice, looking for fun conversations, or just curious about something, Query-Me makes it easy to connect through questions.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributing
  5. License
  6. Credits
  7. Contact Information

Features

  • Search for users and ask them questions anonymously.
  • Receive and answer questions from friends and followers.
  • Follow interesting profiles and stay updated with their answers.
  • Customize your profile with a bio, photo, and more.
  • Get notified when someone asks or answers a question (coming in v2).

Installation

Prerequisites

Step-by-Step Guide

  1. Clone the repository:
    git clone https://github.com/tragicboyjay/query-me.git
    cd query-me
  2. Install dependencies for the server and client:
    cd server
    npm install
    cd ../client
    npm install
  3. Start the development server:
    cd server
    npm run dev
    cd ../client
    npm start

Usage

  1. Sign Up: Create your account and set up your profile.
  2. Search & Ask: Use the search bar to find users and ask your questions.
  3. Answer & Engage: Answer questions you receive and engage with the community.

Visit the live site: Query-Me

Contributing

How to Report Issues

Please use the GitHub issues page to report any bugs or feature requests.

How to Submit Pull Requests

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature-name).
  6. Open a pull request.

Coding Standards

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

Developed by Justice Manly.

Contact Information

About

An anonymous question and answer web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors