https://github.com/sameerkali/github_fullstack_application_mern
this is the platform based on GitHub like a subset build on top of GitHub : you can research and give like of another user of same application you can explore this amazing application it is open to collaborator
https://github.com/sameerkali/github_fullstack_application_mern
express github mern-stack mongodb nodejs opensource react
Last synced: 11 months ago
JSON representation
this is the platform based on GitHub like a subset build on top of GitHub : you can research and give like of another user of same application you can explore this amazing application it is open to collaborator
- Host: GitHub
- URL: https://github.com/sameerkali/github_fullstack_application_mern
- Owner: sameerkali
- Created: 2024-02-25T07:33:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T10:36:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T05:28:18.419Z (about 1 year ago)
- Topics: express, github, mern-stack, mongodb, nodejs, opensource, react
- Language: JavaScript
- Homepage: https://github-sameerkali.onrender.com/
- Size: 4.24 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build and Deploy a Github-like App | React, MongoDB, Express.js, Passport.js
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)
- 🎃 At the end DEPLOY like a pro for FREE!
- ⏳ And much more!
### Setup .env file
```js
PORT=5000
MONGO_URI=
GITHUB_API_KEY=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
CLIENT_BASE_URL=
```
### Build the app
```shell
npm run build
```
### Start the app
```shell
npm start
```