Skip to content

Ykumar1415/Doubt-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creators Project

A web application to connect programmers to share their issue and get an efficient solution. It features questions and answers on a wide range of topics in computer programming.Website will provide AI solution along with others solution.

Features

  1. Upvote and downvote to replies
  2. User can ask queries and reply to others.
  3. Get best solution best upon your query

Take a look

Home Page

1

Text Editor implemented for question and reply post

2

Solution to queries along with Chat GPT answer

3

Send your solution

4

Question Review Panel

5

Tech stack

Want to contribute?

Standard Commit Messages

This project is using the conventional commits standard. Please follow these steps to ensure your commit messages are standardized:

  • Commit messages should have this format: <type>[optional scope]: <description>
  • Type should be fix(if fixed some bug), feat(if added new feature), docs(changes in documentation) or test(added new tests)
  • Scope should be frontend or backend or global if your changes affects both.
  • Description should be concise.
  • Example: docs(global): CONTRIBUTING.md added

Note: All the commits should be made from the root directory of the repository

Before making PR

  • Run npm run lint for checking lint errors.
  • Run git fetch upstream & git rebase upstream/master to fetch updated codebase into your local repository before creating any new branch.
  • Run git checkout -b <your-branch-name>

Local Setup

  • Fork and clone the repository.
  • Add remote upstream git remote add upstream https://github.com/Ykumar1415/Creators.git

Backend setup

  • Run cd server
  • Run npm install to install all dependencies.
  • Run node index.js to start server.

Frontend setup

  • Run cd client
  • Run npm install to install all dependencies.
  • Run npm start to start the server and visit site.

About

Doubt solver project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published