App is working now , try logging with a Google account and posting some on Discuss !Todos --Store the user details on DB , by creating corresponding API and linking with handleSubmit button of CFRegister.js pageQuery to recommend problemsProblem solving tracker on problemsInstallation instructionsFork this repoClone it locally : git clone (url)Open the project in your fav editor : VSCode seems idealRun : npm installCreate a .env file in the base directory and paste the API_KEY which would be emailed to the teamAfter all the packages are configured , enter : npm run devBoth the backend and frontend server should start runningTech StackMERNTailwind CSSFirebaseSteps to add new Problems to DBCreate the model like models/Dp.jsCreate routes like routes/dpRoutes.jsInclude them in root file index.jsCreate a service in client like services/postDpProblem.jsMake corresponding changes in pages/PostTheProblems.js