Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-13T07:11:30.000Z (29 days ago)
- Last Synced: 2025-01-29T14:18:45.528Z (13 days 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:
![Screenshot 2025-01-13 073220](https://github.com/user-attachments/assets/ed581c7b-1c01-4d16-ba1e-2cfaccf99f8b)
![Screenshot 2025-01-13 073644](https://github.com/user-attachments/assets/04cad647-f148-4e31-aecd-7ac934153333)
![Screenshot 2025-01-13 073734](https://github.com/user-attachments/assets/fe8876c0-7202-4092-824b-141d796ec2d7)
![Screenshot 2025-01-13 073811](https://github.com/user-attachments/assets/80caf9c3-1183-4a86-b0f6-c5f3e4403568)
![Screenshot 2025-01-13 073845](https://github.com/user-attachments/assets/28724628-d8b6-45f0-b57a-ef0d8d9a6305)
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.