{"id":23029324,"url":"https://github.com/codewizard-404/prepa-du-prepa--django","last_synced_at":"2026-05-10T16:34:23.833Z","repository":{"id":264853590,"uuid":"866798845","full_name":"CodeWizard-404/Prepa-Du-Prepa--Django","owner":"CodeWizard-404","description":"A Django-based platform providing resources and practice exams for engineering students.","archived":false,"fork":false,"pushed_at":"2024-12-07T16:51:02.000Z","size":86739,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T20:31:22.211Z","etag":null,"topics":["django"],"latest_commit_sha":null,"homepage":"","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/CodeWizard-404.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-10-02T22:28:34.000Z","updated_at":"2024-12-07T16:51:05.000Z","dependencies_parsed_at":"2024-12-07T17:34:18.293Z","dependency_job_id":null,"html_url":"https://github.com/CodeWizard-404/Prepa-Du-Prepa--Django","commit_stats":null,"previous_names":["codewizard-404/prepa-du-prepa--django-","codewizard-404/prepa-du-prepa--django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeWizard-404/Prepa-Du-Prepa--Django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FPrepa-Du-Prepa--Django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FPrepa-Du-Prepa--Django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FPrepa-Du-Prepa--Django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FPrepa-Du-Prepa--Django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWizard-404","download_url":"https://codeload.github.com/CodeWizard-404/Prepa-Du-Prepa--Django/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWizard-404%2FPrepa-Du-Prepa--Django/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267327534,"owners_count":24069442,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["django"],"created_at":"2024-12-15T14:14:50.663Z","updated_at":"2026-05-10T16:34:22.803Z","avatar_url":"https://github.com/CodeWizard-404.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prépa du Prépa (Django)\n\n**Prépa du Prépa** is a web platform designed to provide essential resources and tools for engineering students preparing for competitive exams. Built with the Django framework, this project aims to create an efficient and user-friendly interface for accessing preparatory materials, sharing knowledge, and enhancing the learning experience.\n\n\n## Features\n\n- **User Authentication**: Secure login and registration system for users.\n- **Resource Management**: Upload and access study materials categorized by subject.\n- **Collaborative Learning**: Discussion forums for students to exchange ideas and resolve queries.\n- **Search Functionality**: Quickly find relevant resources and topics.\n- **Admin Dashboard**: Manage user accounts, resources, and site configurations.\n\n## Technologies Used\n\n- **Backend**: Django (Python)\n- **Frontend**: HTML, CSS, JavaScript\n- **Database**: SQLite (default Django database)\n- **Others**: Django ORM, Bootstrap for styling\n\n## Pictures\n\nHere are some screenshots of the platform:\n\n1. **Home Page**  \n   ![Home Page Screenshot](readmFiles/home.png)\n\n2. **Authentification**  \n   ![User Dashboard Screenshot](readmFiles/auth.png)\n\n3. **Profile Page**  \n   ![Resource Page Screenshot](readmFiles/profile.png)\n\n\n## Installation\n\nFollow these steps to set up the project locally:\n\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/CodeWizard-404/Prepa-Du-Prepa--Django.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd Prepa-Du-Prepa--Django\n   ```\n3. Create a virtual environment and activate it:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # For Windows: venv\\Scripts\\activate\n   cd PrepaDuPrepa\n   ```\n4. Apply migrations:\n   ```bash\n   python manage.py migrate\n   ```\n5. Run the development server:\n   ```bash\n   python manage.py runserver\n   ```\n\n## Usage\n\n- Open a browser and go to `http://127.0.0.1:8000/` to access the platform.\n- Register as a new user or log in to access the features.\n- Explore resources, participate in discussions, or manage content if you are an admin.\n\n## Contributing\n\nWe welcome contributions! To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes and push to your fork:\n   ```bash\n   git push origin feature-name\n   ```\n4. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Contact\n\nFor queries or suggestions, reach out via [GitHub Issues](https://github.com/CodeWizard-404/Prepa-Du-Prepa--Django/issues).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewizard-404%2Fprepa-du-prepa--django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewizard-404%2Fprepa-du-prepa--django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewizard-404%2Fprepa-du-prepa--django/lists"}