/CodeHUb

Primary LanguageJavaScript

CodeHub : GitHub Like a App| React, MongoDB, Express.js, Passport.js, TailwindCSS, Github API

Home Page

Home Page

Sign-up Page: New users can sign up for their GitHub account.

image

Login Page: Users can sign in using their GitHub account.

image

Some Features:

  • ⚙️ Tech stack: MERN + TailwindCSS + Github API
  • 🔑 Authentication && Authorization with Passport.js (Github Auth)
  • 👾 Fetch Github User Profiles and Repos
  • 🚀 Filter Repos on the Client
  • 🎭 Learn behind the scenes for authentication
  • 🐛 Error handling (both on the server and on the client)

Setup .env file

PORT=5000
MONGO_URI=
GITHUB_API_KEY=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
CLIENT_BASE_URL=

Build the app

npm run build

Start the app

npm start