{"id":28275757,"url":"https://github.com/adityaswarupparida/restapi-project","last_synced_at":"2025-07-14T19:41:18.229Z","repository":{"id":278467750,"uuid":"454107673","full_name":"adityaswarupparida/RestAPI-project","owner":"adityaswarupparida","description":"Notes API, a Django RESTful API","archived":false,"fork":false,"pushed_at":"2022-02-01T08:20:59.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T15:43:48.341Z","etag":null,"topics":["django-rest-framework","python3","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityaswarupparida.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":"2022-01-31T17:42:25.000Z","updated_at":"2022-02-01T08:23:24.000Z","dependencies_parsed_at":"2025-02-19T23:30:45.848Z","dependency_job_id":null,"html_url":"https://github.com/adityaswarupparida/RestAPI-project","commit_stats":null,"previous_names":["adityaswarupparida/restapi-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adityaswarupparida/RestAPI-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaswarupparida%2FRestAPI-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaswarupparida%2FRestAPI-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaswarupparida%2FRestAPI-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaswarupparida%2FRestAPI-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityaswarupparida","download_url":"https://codeload.github.com/adityaswarupparida/RestAPI-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityaswarupparida%2FRestAPI-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265336610,"owners_count":23749193,"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-rest-framework","python3","rest-api"],"created_at":"2025-05-21T04:15:52.335Z","updated_at":"2025-07-14T19:41:18.218Z","avatar_url":"https://github.com/adityaswarupparida.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RestAPI-project\nThis repo has the code for a Notes API, my first Django RESTful API project. Hope you liked it.\n\n## To Run on Localhost:\n\n- Have `Python` and `pip` installed on your local machine\n\n## Running the Django project:\n\nCreate an isolated environment for the project with `virtualenv`. You can install `virtualenv` with the following command:\n\n```\npip install virtualenv\n```\n\nClone the project from GitHub:\n\n```bash\ngit clone https://github.com/Adiswat/RestAPI-project\n```\n\nNavigate to the cloned project directory:\n\n```\ncd RestAPI-project\n```\n\nCreate a virtual environment for the project:\n\n```bash\nvirtualenv venv\n```\n\nThen, activate it:\n\n```bash\n.\\venv\\Scripts\\activate (for Windows user)\n```\n\nInstall Django and Django REST Framework:\n\n```bash\npip install -r requirements.txt\n```\n\nFinally, `cd` into the *notes_app* folder and run the project:\n\n```bash\npython manage.py runserver\n```\n\nGo to http://localhost:8000/api/ to see if the API is up and running to create notes:):\n\n\u003cimg width=\"946\" alt=\"Screenshot (173)\" src=\"https://user-images.githubusercontent.com/60068360/151931914-8fc119db-b2e3-4ea9-9939-019a6d3487c1.png\"\u003e \n\nYou can add notes and refresh the webpage to see the added notes. Then, view the created notes at 127.0.0.1:8000/api/id (e.g. http://127.0.0.1:8000/api/3/):\n\n\u003cimg width=\"945\" alt=\"Screenshot (175)\" src=\"https://user-images.githubusercontent.com/60068360/151931966-5b4ca741-cac2-4d54-a221-56a601938341.png\"\u003e\n\nYou can also **delete** or **update** the note on the detail page using the **delete** and **put** button respectively. **Thank you:)**\n\n**Eureka! We have completed our first REST API project.**\n\n**Happy Coding:)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaswarupparida%2Frestapi-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityaswarupparida%2Frestapi-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityaswarupparida%2Frestapi-project/lists"}