Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 480 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 480 Bytes

UniVerse - Doubt Asking Platform

This website is a doubt asking platform and the look is inspired from Stack Overflow and Quora

Technologies used:

  • React.js
  • Node.js
  • Express.js
  • MongoDB
  • Redux
  • JSON web token and more

How to use?

Fork and clone the repo and follow the below steps:

  • Install Node.js
  • Open client and server directories in VS code
  • Install Dependencies using the command
npm install
  • Start App using the command
npm start