Skip to content

Github-like App is a project aimed at replicating some features of GitHub. It utilizes the MERN stack along with TailwindCSS and the GitHub API. The application allows users to authenticate using their GitHub accounts and interact with GitHub-like functionalities such as viewing user profiles, fetching repositories, and exploring repositories based

Notifications You must be signed in to change notification settings

Yk-97-Jr/mern-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Deploy a Github-like App | React, MongoDB, Express.js, Passport.js

Demo App

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)
  • ⏳ And much more!

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

About

Github-like App is a project aimed at replicating some features of GitHub. It utilizes the MERN stack along with TailwindCSS and the GitHub API. The application allows users to authenticate using their GitHub accounts and interact with GitHub-like functionalities such as viewing user profiles, fetching repositories, and exploring repositories based

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published