{"id":21205874,"url":"https://github.com/aakashsharma7/oralens_llc_assignment","last_synced_at":"2026-05-04T09:33:00.916Z","repository":{"id":263655272,"uuid":"890781639","full_name":"aakashsharma7/Oralens_LLC_Assignment","owner":"aakashsharma7","description":"Assignment for Oralens LLC","archived":false,"fork":false,"pushed_at":"2024-11-19T17:51:45.000Z","size":437,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T15:31:29.485Z","etag":null,"topics":["flask","python","reactjs"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aakashsharma7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T07:03:47.000Z","updated_at":"2024-11-20T07:31:56.000Z","dependencies_parsed_at":"2024-11-19T18:56:28.367Z","dependency_job_id":null,"html_url":"https://github.com/aakashsharma7/Oralens_LLC_Assignment","commit_stats":null,"previous_names":["aakashsharma7/oralens_llc-assignment","aakashsharma7/oralens_llc_assignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashsharma7%2FOralens_LLC_Assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashsharma7%2FOralens_LLC_Assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashsharma7%2FOralens_LLC_Assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashsharma7%2FOralens_LLC_Assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aakashsharma7","download_url":"https://codeload.github.com/aakashsharma7/Oralens_LLC_Assignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658270,"owners_count":20326467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","python","reactjs"],"created_at":"2024-11-20T20:53:24.264Z","updated_at":"2025-10-15T20:07:12.409Z","avatar_url":"https://github.com/aakashsharma7.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Healthcare Dashboard**\n\nA full-stack web application using **React.js** and **Flask** that enables users to input their name, age, and upload files. This project demonstrates front-end and back-end integration with file handling and data submission functionality.\n\n---\n\n## **Features**\n- Input fields for:\n  - **Name**\n  - **Age**\n  - **File Upload**\n- Submit button to send data to the backend.\n- Stores uploaded files in the server directory.\n- Displays a success message on successful data submission.\n\n---\n\n## **Technologies Used**\n\n### **Frontend**\n- **React.js**: For building the user interface.\n\n### **Backend**\n- **Flask**: Python-based lightweight web framework.\n\n---\n\n## **File Structure**\n\n### **React (Frontend)**\nReact_Dashboard/ ├── src/ │ ├── components/ │ │ ├── Dashboard.jsx # The main component for the form │ ├── App.js # Root component for the React app │ ├── index.js # Entry point for React ├── package.json # React project dependencies and configurations\n### **Python (Flask) (Backend)**\nPython/ ├── python/ │ ├── server.py # The Flask server for backend handling ├── upload/ # Directory where files are uploaded and stored\n---\n\n## **Setup and Installation**\n\n### **1. Prerequisites**\n- Install **Node.js** for the frontend.\n- Install **Python 3.10+** for the backend.\n\n---\n\n### **2. Frontend Setup**\n1. Navigate to the project directory and install dependencies:\n   ```bash\n   cd React_Dashboard\n   npm install\n2. Create a React app: If you haven't created a React app yet, use the following command to set up:\n\n   ```bash\n   npx create-react-app\n\n3. Start the React development server:\n\n   ```bash\n\n    npm start\n\n4. Navigate to the backend directory:\n\n   ```bash\n\n    cd python\n\n5. Install dependencies: Install Flask and Flask-CORS using pip:\n\n    ```bash\n\n    pip install flask flask-cors\n\n6. Start the Flask development server:\n\n    ```bash\n\n    python app.py\n\n### **Usage Instructions**\n1. Run the React app:\n\n    Navigate to the React project directory.\n    Run npm start.\n    Open http://localhost:3000 in your browser.\n   \n2. Run the Flask server:\n\n    Navigate to the Flask project directory.\n    Run python server.py.\n    Test the functionality:\n\n3. Fill in the Name and Age fields, and upload a file.\n   \n    Click the Submit button.\n    Verify that the file is saved in the upload/ folder on the backend.\n    Check the response returned from the backend.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashsharma7%2Foralens_llc_assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faakashsharma7%2Foralens_llc_assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashsharma7%2Foralens_llc_assignment/lists"}