📗Table of Contents
DevConnect is a full-stack web application built with the MERN (MongoDB, Express.js, React.js, Node.js) stack. It provides users with the functionality to authenticate via GitHub, view GitHub user profiles, and fetch repositories using the GitHub API.
Tech Stack
In order to run this project, you need the following installed:
- A browser
- Node.js
- npm
Clone this repository to your desired folder:
git clone https://github.com/Hisoka37/DevConnect.git
Install project dependencies:
shellCopy code
cdDevConnect npm install
PORT=5000
MONGO_URI=
GITHUB_API_KEY=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
CLIENT_BASE_URL=
Start the application:
npm start
👤 Walid Kabboussa
- Add the ability to search for repositories by keywords.
- Implement user authentication with email/password.
- Enhance user interface and user experience.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project, please leave us a comment on our Twitter/LinkedIn accounts. Thank you!
This project is MIT licensed.