{"id":26736854,"url":"https://github.com/danielpaez-dev/noteapp","last_synced_at":"2025-08-19T10:10:26.508Z","repository":{"id":283841370,"uuid":"953059932","full_name":"danielpaez-dev/NoteApp","owner":"danielpaez-dev","description":"Full-Stack project build with React and Django","archived":false,"fork":false,"pushed_at":"2025-04-15T15:25:01.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T16:38:53.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/danielpaez-dev.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-03-22T13:31:57.000Z","updated_at":"2025-04-15T15:25:05.000Z","dependencies_parsed_at":"2025-03-22T15:19:28.379Z","dependency_job_id":"53711b08-7784-46de-8dfc-0e9bc0810616","html_url":"https://github.com/danielpaez-dev/NoteApp","commit_stats":null,"previous_names":["danielpaez-dev/noteapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielpaez-dev/NoteApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpaez-dev%2FNoteApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpaez-dev%2FNoteApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpaez-dev%2FNoteApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpaez-dev%2FNoteApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielpaez-dev","download_url":"https://codeload.github.com/danielpaez-dev/NoteApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpaez-dev%2FNoteApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271134981,"owners_count":24705101,"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-19T02:00:09.176Z","response_time":63,"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":"2025-03-28T02:05:12.390Z","updated_at":"2025-08-19T10:10:26.499Z","avatar_url":"https://github.com/danielpaez-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full-Stack Notes Application with React and Django\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Django](https://img.shields.io/badge/Django-092E20?style=for-the-badge\u0026logo=django\u0026logoColor=white)\n![SQLite](https://img.shields.io/badge/SQLite-07405E?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white)\n![Auth0](https://img.shields.io/badge/Auth0-EB5424?style=for-the-badge\u0026logo=auth0\u0026logoColor=white)\n![SCSS](https://img.shields.io/badge/SCSS-CC6699?style=for-the-badge\u0026logo=sass\u0026logoColor=white)\n![Bootstrap](https://img.shields.io/badge/Bootstrap-7952B3?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n\n[Español](README-es.md)\n\nWelcome to my full-stack notes project!\n\nNote App is a web application for note management that allows users to create, edit, organize, and delete notes through an intuitive and user-friendly interface. Developed with a modern architecture featuring React on the frontend and Django on the backend, this application demonstrates the implementation of a complete system with authentication, data persistence, and responsive design.\n\n## Technologies Used\n\n### Frontend\n\n- **React**: JavaScript library for building user interfaces\n- **React-Bootstrap**: UI framework for implementing responsive designs\n- **SCSS**: CSS preprocessor for advanced styling\n- **Auth0**: Authentication and authorization service\n\n### Backend\n\n- **Django**: Python framework for web development\n- **SQLite**: Relational database for data persistence\n- **Django REST Framework**: Tool for building web APIs\n\n## Features\n\n- Secure authentication through Auth0\n- Complete note management (CRUD)\n- Intuitive and responsive user interface\n- Data persistence in SQLite\n- Modern design with React-Bootstrap and SCSS\n\n## Prerequisites\n\nTo run this project, you'll need to have the following installed:\n\n- [Node.js](https://nodejs.org/) (version 14 or higher)\n- [npm](https://www.npmjs.com/) (comes with Node.js)\n- [Python](https://www.python.org/) (version 3.8 or higher)\n- [pip](https://pip.pypa.io/en/stable/installation/) (comes with Python)\n- [Git](https://git-scm.com/) (to clone the repository)\n\n## Cloning the Repository\n\n### Backend\n\n1. To get a local copy of the project, run the following command in your terminal:\n\n```bash\ngit clone https://github.com/danielpaez-dev/NoteApp.git\ncd noteapp\n```\n\n2. Set up the virtual environment and activate it:\n\n```bash\ncd backend/notes\n.\\venv\\Scripts\\Activate.ps1  # On Windows PowerShell\n# source venv/bin/activate  # On Unix/Linux\n```\n\n3. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n4. Run migrations:\n\n```bash\npython manage.py migrate\n```\n\n5. Start the server:\n\n```bash\npython manage.py runserver\n```\n\nThe backend will be available at http://localhost:8000.\n\n### Frontend\n\n1. Navigate to the frontend directory:\n\n```bash\ncd frontend/noteapp\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Start the development server:\n\n```bash\nnpm run dev\n```\n\nThe application will be available at the URL shown in the terminal http://localhost:5173.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielpaez-dev%2Fnoteapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielpaez-dev%2Fnoteapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielpaez-dev%2Fnoteapp/lists"}