Skip to content

❔A fully functional StackOverflow clone developed for smaller community discussions and QnA platform

License

Notifications You must be signed in to change notification settings

belphegor-s/query-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Query Box

A fully functional StackOverflow clone developed for a smaller community discussions and QnA platform

Setup

  • Clone the repo in your local environment using command git clone https://github.com/belphegor-s/query-box.git
  • Install node modules for each frontend and backend-server directories using command npm i
  • In the backend-server directory create a .env file with following key value pairs-
MONGODB_URI = "Your mongoDB URI"
PORT = 8080
SECRET = "Your JWT Secret"
  • Start the server in backend-server directory by using command npm start or nodemon index.js (for dev environment)
  • Replace the backendUrl in this file - /frontend/src/backendUrl.js
  • Start the frontend app as well using command npm start

About

❔A fully functional StackOverflow clone developed for smaller community discussions and QnA platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages