{"id":28277776,"url":"https://github.com/nia3zzz/google_keep_notes_clone_apis","last_synced_at":"2025-08-29T06:22:04.050Z","repository":{"id":293719164,"uuid":"982273965","full_name":"nia3zzz/google_keep_notes_clone_apis","owner":"nia3zzz","description":"This project has been a learning project focusing on the Django Rest Framework library and creating a book library software with admin logins using JWTs as a method of authentication with the SQLite database.","archived":false,"fork":false,"pushed_at":"2025-06-10T20:20:37.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T10:49:36.771Z","etag":null,"topics":["booklibrary","django","djangorestframework","djangorestframeworkserializer","learningproject","pyjwt","sqlite"],"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/nia3zzz.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,"zenodo":null}},"created_at":"2025-05-12T16:23:04.000Z","updated_at":"2025-06-14T20:53:50.000Z","dependencies_parsed_at":"2025-05-16T19:46:54.984Z","dependency_job_id":"184b7e97-7850-418d-832e-8d63a3568dbe","html_url":"https://github.com/nia3zzz/google_keep_notes_clone_apis","commit_stats":null,"previous_names":["nia3zzz/google_keep_notes_clone_apis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nia3zzz/google_keep_notes_clone_apis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2Fgoogle_keep_notes_clone_apis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2Fgoogle_keep_notes_clone_apis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2Fgoogle_keep_notes_clone_apis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2Fgoogle_keep_notes_clone_apis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nia3zzz","download_url":"https://codeload.github.com/nia3zzz/google_keep_notes_clone_apis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nia3zzz%2Fgoogle_keep_notes_clone_apis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272641117,"owners_count":24968801,"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-08-29T02:00:10.610Z","response_time":87,"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":["booklibrary","django","djangorestframework","djangorestframeworkserializer","learningproject","pyjwt","sqlite"],"created_at":"2025-05-21T07:13:33.913Z","updated_at":"2025-08-29T06:22:04.041Z","avatar_url":"https://github.com/nia3zzz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Keep Notes Clone APIs\n\n## Overview\n\nBackend clone service for a **Google Keep–style note-taking app**, built with **Django**, **DRF**, and **SQLite**. It provides full CRUD operations for notes, secure user registration/login via JWT, and session management.\n\n## Tech Stack\n\n- **Python** (Django)\n- **Django Rest Framework**\n- **SQLite** (or configurable with PostgreSQL)\n- **JWT** authentication\n- **dotenv** for environment variables\n\n## Installation\n\n### Clone Repository\n\n```bash\ngit clone https://github.com/nia3zzz/google_keep_notes_clone_apis.git\ncd google_keep_notes_clone_apis\n```\n\n### Install Dependencies\n\nCreate and activate a virtual environment (optional but recommended):\n\n```bash\npython3 -m venv venv\nsource venv/bin/activate\n```\n\nThen install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n### Setup Environment Variables\n\nCopy the sample environment configuration:\n\n```bash\ncp .env.sample .env\n```\n\nUpdate `.env` with your actual settings (e.g., `SECRET_KEY`, database config, etc.).\n\n### Run Database Migrations\n\n```bash\npython manage.py migrate\n```\n\n### Start the Server\n\n```bash\npython manage.py runserver\n```\n\nThe server will start at `http://localhost:8000`.\n\n## Usage\n\n- **Base API URL**: `http://localhost:8000/api/v1/`\n\n### User Endpoints\n\n- `POST users/` — Create a new user.\n- `GET users/` — Get a user using email.\n- `POST users/login/` — Login and receive JWT cookie.\n- `POST users/logout/` — Logout user.\n\n### Notes Endpoints\n\n- `POST notes/` — Create a note.\n- `GET notes/` — View a specific note.\n- `PUT notes/{id}/` — Update a note.\n- `DELETE notes/{id}/` — Delete a note.\n- `POST notes/collaborators/{id}/` — Add collaborator in a note.\n- `DELETE notes/collaborators/{id}/` — Remove collaborator in a note.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnia3zzz%2Fgoogle_keep_notes_clone_apis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnia3zzz%2Fgoogle_keep_notes_clone_apis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnia3zzz%2Fgoogle_keep_notes_clone_apis/lists"}