https://github.com/rk28284/autonomize
A full-stack web application to manage GitHub user data, including features such as saving user information, finding mutual friends, searching, updating, and listing users.
https://github.com/rk28284/autonomize
express mongoose node react react-router
Last synced: 3 months ago
JSON representation
A full-stack web application to manage GitHub user data, including features such as saving user information, finding mutual friends, searching, updating, and listing users.
- Host: GitHub
- URL: https://github.com/rk28284/autonomize
- Owner: rk28284
- Created: 2025-01-11T04:08:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T07:11:30.000Z (6 months ago)
- Last Synced: 2025-01-29T14:18:45.528Z (5 months ago)
- Topics: express, mongoose, node, react, react-router
- Language: JavaScript
- Homepage: https://client-lyart-beta.vercel.app/
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub User Management App
A full-stack web application to manage GitHub user data, including features such as saving user information, finding mutual friends, searching, updating, and listing users.
Technologies Used
-
Backend: Node.js, Express.js, Mongoose, CORS -
Frontend: React.js, JavaScript, CSS, HTML -
Database: MongoDB
Features
- Save GitHub user data to the database
- Find mutual followers of a user
- Search users by username
- Soft delete a user
- Update user fields
- List all users sorted by fields
Backend API Endpoints
Method
Endpoint
Description
POST
/save
Save user data from GitHub API
POST
/friends/:username
Find mutual followers of a user
GET
/search
Search users by username
DELETE
/:username
Soft delete a user
PATCH
/:username
Update user fields
GET
/list
List all users sorted by fields
Frontend Features
- Interactive user interface built with React
- Search and display GitHub users
- Form validation for adding and updating user data
- Responsive design for various screen sizes
Installation
Backend Setup
- Clone the backend repository:
git clone https://github.com/rk28284/Autonomize-Assignment.com
- Navigate to the backend directory:
cd server
- Install dependencies:
npm install
- Start the backend server:
npm start
a
Frontend Setup
- Clone the frontend repository:
git clone https://github.com/rk28284/Autonomize-Assignment
- Navigate to the frontend directory:
cd client
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the app in your browser at http://localhost:3000.
Frontend Screenshot
Below is a screenshot of the application's user interface:





Usage
Test the API endpoints using a tool like Postman, or interact with the app through the React frontend.
Contributing
Contributions are welcome! Please fork the repository, make changes, and submit a pull request.