/kuora-solo-app

Welcome to Kuora, a clone of Quora, this app is a question and answer website where people go to find information

Primary LanguageJavaScript

Kuora

Welcome to Kuora, a clone of Quora, this app is a question and answer website where people go to find information.

Live Link

Screenshots

Registration Page LoginKuora

Home page KuoraHome

Questions Page KuoraQuestions

Features

  • Logged in users can ask questions
  • Logged in users can view questions
  • Logged in users can update their own question
  • Logged in users can delete their own question
  • Logged in users can answer questions
  • Logged in users can view answer
  • Logged in users can update their own answer
  • Logged in users can delete their own answer

Technologies Used

  • React
  • Redux
  • Vanilla CSS
  • Express
  • PostgreSQL
  • Sequelize

To start the development environment

  • run npm install on the frontend folder and the backend folder
  • Create a .env file in the backend folder
  • Create a postgreSQL user that matches your .env file
  • run npm run reset
  • run npm start on the backend and frontend folder