Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.15 KB

AdHoc Networks Exam Portal

TECH STACK

  • HTML
  • CSS
  • BOOTSTRAP
  • TAILWIND CSS
  • JAVASCRIPT
  • JQUERY
  • NODE.JS
  • EXPRESS FRAMEWORK
  • PASSPORT.JS
  • MONGODB
  • MONGOOSE
  • RESEND

AIM

To give a platform for learners to practice, give exam, and download study materials.

ENV VARIABLES

GOOGLE_OAUTH_CLIENT_ID : Request from Google OAuth Service, your unique client ID.

GOOGLE_OAUTH_CLIENT_SECRET : Provided by Google, this is your OAuth Secret.

FACEBOOK_APP_ID : Request from Facebook OAuth Service, your unique app ID.

FACEBOOK_APP_SECRET : Provided by Facebook, this is your App Secret.

SESSION_SECRET_KEY : A random sting used for encryping you sessions.

MONGODB_SERVER_URL : Your MongoDB server url. Ex: mongodb://localhost:27017

LOGIN_CALLBACK_URL : URL of your hosting. Ex: http://localhost:3000

IMGBB_API_KEY : API key of IMGBB. Request From https://api.imgbb.com/

NODE_ENV : Values could be development or production. HTTPS will be required in production.

RESEND_KEY : API Key of Resend. Request from https://resend.com
All the ENV VARIABLES are compulsary

Working Host

Check out website