{"id":16537870,"url":"https://github.com/pablolec/oc_lit_review","last_synced_at":"2026-06-08T15:32:38.957Z","repository":{"id":43397960,"uuid":"371990286","full_name":"PabloLec/oc_lit_review","owner":"PabloLec","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-06T20:57:56.000Z","size":7274,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T21:09:27.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PabloLec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-05-29T14:13:46.000Z","updated_at":"2022-03-03T15:23:46.000Z","dependencies_parsed_at":"2024-05-06T21:46:24.741Z","dependency_job_id":"9bdaa7e8-325f-446f-ad27-c65255b45cb7","html_url":"https://github.com/PabloLec/oc_lit_review","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PabloLec/oc_lit_review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_lit_review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_lit_review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_lit_review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_lit_review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PabloLec","download_url":"https://codeload.github.com/PabloLec/oc_lit_review/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_lit_review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34069490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-10-11T18:43:50.978Z","updated_at":"2026-06-08T15:32:38.939Z","avatar_url":"https://github.com/PabloLec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oc_lit_review\n\n:books: Made for an [OpenClassrooms](https://openclassrooms.com) studies project.\n\n`oc_lit_review` is a Django-based book review platform.\n\n\n# Features\n\nThis project was aimed to be a minimal functional prototype. This repository covers Django backend and basic frontend features.\n\nIn its current state, the platform allows a user to sign up and log in.  \nA user can then create a ticket (A book review demand), respond to a ticket with a review or just post a review with a form combining ticket and review creation.  \nA user also have the ability to follow other users, thereby their tickets and reviews will appear in user dashboard feed.  \nIn the latter, reviews in respond to user tickets made by other users he does not follow will also be displayed.\n\n# Setup\n\n- First clone this repository and navigate to downloaded folder:\n  ``` bash\n  git clone https://github.com/PabloLec/oc_lit_review.git\n  cd oc_lit_review\n  ```\n\n- Then, start a virtual environment:\n  ``` bash\n  python3 -m venv env\n  source env/bin/activate\n  ```\n\n- Before running, install the project requirements with:\n  ``` bash\n  python3 -m pip install -r requirements.txt\n  ```\n\n- Finally, you can navigate to Django project directory and run the server:\n  ``` bash\n  cd oc_lit_review\n  python3 -m manage runserver   \n  ```\n\n- Website should be served at `127.0.0.1:8000`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablolec%2Foc_lit_review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablolec%2Foc_lit_review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablolec%2Foc_lit_review/lists"}