{"id":21809353,"url":"https://github.com/bluebigthink/challenge","last_synced_at":"2026-04-08T18:32:03.817Z","repository":{"id":247822525,"uuid":"826938410","full_name":"BlueBigThink/challenge","owner":"BlueBigThink","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-10T17:48:38.000Z","size":394,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T08:26:28.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/BlueBigThink.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-07-10T17:21:58.000Z","updated_at":"2024-07-23T17:30:11.000Z","dependencies_parsed_at":"2024-07-10T21:26:13.167Z","dependency_job_id":null,"html_url":"https://github.com/BlueBigThink/challenge","commit_stats":null,"previous_names":["bluebigthink/challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlueBigThink/challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2Fchallenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2Fchallenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2Fchallenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2Fchallenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueBigThink","download_url":"https://codeload.github.com/BlueBigThink/challenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBigThink%2Fchallenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-27T13:20:34.403Z","updated_at":"2026-04-08T18:32:03.795Z","avatar_url":"https://github.com/BlueBigThink.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django and React Authentication with JWT and HTTP-Only Cookies\n\nThis project implements a user authentication system using Django and React. It includes user registration, login, logout, and fetching user data. Authentication is handled using JWT (JSON Web Tokens) and HTTP-only cookies for improved security. The application's frontend is styled using Bootstrap.\n\nThe project consists of two directories: \n\n- `client`: Contains the React application\n- `server`: Contains the Django backend\n\n## Installation\n\nTo run this project on your local machine, follow the steps below:\n\n### Prerequisites\n\nEnsure you have the following installed on your local machine:\n\n- Python 3.8 or higher\n- Node.js v14.15.0 or higher\n- npm 6.14.9 or higher\n\n### Setup\n\n1. Clone the repository:\n    ```\n    git clone https://github.com/verifiednetwork-lab/challenge.git\n    ```\n2. Change into the directory:\n    ```\n    cd challenge\n    ```\n\n### Server\n\n1. Navigate to the `server` directory:\n    ```\n    cd server\n    ```\n2. Install Django and other dependencies:\n    ```\n    pip install -r requirements.txt\n    ```\n3. Run the server:\n    ```\n    python manage.py runserver\n    ```\n\n### Client\n\n1. Navigate to the `client` directory:\n    ```\n    cd ../client\n    ```\n2. Install all the dependencies:\n    ```\n    npm install\n    ```\n3. Run the client:\n    ```\n    npm start\n    ```\n\nNow, your application should be running at `localhost:3000`.\n\nNote:\n- The Django server should be running at the same time as the React application for the system to function properly.\n- The application uses the email field instead of the username field for user identification.\n\n\n## Task\n1. Add an input field for the user's Ethereum wallet address to the registration page. When a user registers an account, this wallet address must be saved to the database.\n2. After login, the homepage must show the balance of the user's Ethereum wallet address.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebigthink%2Fchallenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluebigthink%2Fchallenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebigthink%2Fchallenge/lists"}