{"id":16538138,"url":"https://github.com/pablolec/oc_softdesk","last_synced_at":"2026-05-11T00:50:46.359Z","repository":{"id":43397950,"uuid":"378923904","full_name":"PabloLec/oc_softdesk","owner":"PabloLec","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-03T15:24:03.000Z","size":96,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T05:11:44.363Z","etag":null,"topics":["django","django-rest-framework","rest","rest-api"],"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}},"created_at":"2021-06-21T12:31:43.000Z","updated_at":"2021-07-07T08:39:28.000Z","dependencies_parsed_at":"2022-08-24T10:21:38.926Z","dependency_job_id":null,"html_url":"https://github.com/PabloLec/oc_softdesk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_softdesk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_softdesk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_softdesk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloLec%2Foc_softdesk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PabloLec","download_url":"https://codeload.github.com/PabloLec/oc_softdesk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241739541,"owners_count":20012105,"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":["django","django-rest-framework","rest","rest-api"],"created_at":"2024-10-11T18:44:31.719Z","updated_at":"2025-12-01T05:05:28.140Z","avatar_url":"https://github.com/PabloLec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oc_softdesk\n\n:books: Made for an [OpenClassrooms](https://openclassrooms.com) studies project.  \n`oc_softdesk` is a back-end Django REST API for a project management platform.\n\n# Features\n\n`oc_softdesk` uses a SQLite DB to store users and their created content.\n\nA user can create a project to which he can add contributors whom will create related issues and comments.\n\nA registered user can only access to projects of which he is a contributor. Hence, the project creator has to decide so. In the same way, a user can only edit and delete content (project, issue or comment) of which he is the creator.\n\n# Documentation\n\nSee full Postman documentation:  \nhttps://documenter.getpostman.com/view/16341824/Tzm2Ldwb\n\n# Setup\n\n- First clone this repository and navigate to downloaded folder:\n  ``` bash\n  git clone https://github.com/PabloLec/oc_softdesk.git\n  cd oc_softdesk\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_softdesk\n  python3 -m manage runserver\n  ```\n\n- Website should be served at `127.0.0.1:8000`.\n\n# Usage\n\n- First, create a superuser with:\n  ``` bash\n  python3 -m manage createsuperuser\n  ```\n- You can then manage your database on `127.0.0.1:8000/admin`  \n\n- Create your first user with `127.0.0.1:8000/signup` endpoint.\n- To access the platform, send your credentials to `http://127.0.0.1:8000/login` endpoint. The token you should receive will be your access token.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablolec%2Foc_softdesk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablolec%2Foc_softdesk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablolec%2Foc_softdesk/lists"}