{"id":21861173,"url":"https://github.com/drisskhattabi6/django-note-app","last_synced_at":"2025-03-21T20:18:14.092Z","repository":{"id":239755881,"uuid":"800468552","full_name":"drisskhattabi6/Django-Note-App","owner":"drisskhattabi6","description":"This repo contains Note App using Django Framework.","archived":false,"fork":false,"pushed_at":"2024-05-14T12:33:46.000Z","size":509,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T14:49:03.840Z","etag":null,"topics":["django","django-application","django-notekeeper","django-notes-app","django-project","notes","notes-app","notes-keeper","take-notes"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/drisskhattabi6.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":"2024-05-14T11:48:49.000Z","updated_at":"2025-01-13T14:03:24.000Z","dependencies_parsed_at":"2024-05-14T13:29:13.055Z","dependency_job_id":"8efc9303-0c3a-4095-ab78-83223e70863f","html_url":"https://github.com/drisskhattabi6/Django-Note-App","commit_stats":null,"previous_names":["drisskhattabi6/django-note-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drisskhattabi6%2FDjango-Note-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drisskhattabi6%2FDjango-Note-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drisskhattabi6%2FDjango-Note-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drisskhattabi6%2FDjango-Note-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drisskhattabi6","download_url":"https://codeload.github.com/drisskhattabi6/Django-Note-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244860600,"owners_count":20522466,"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-application","django-notekeeper","django-notes-app","django-project","notes","notes-app","notes-keeper","take-notes"],"created_at":"2024-11-28T03:10:18.645Z","updated_at":"2025-03-21T20:18:14.063Z","avatar_url":"https://github.com/drisskhattabi6.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Note App :\n\n\nThis repository contains a **Notes App** Project developed using the Django Framework.\n\nEvery User can create, edit, and delete Notes after creating an account in the app.\n\nthis is a example image of the **Login page** of the Note App : \n\n![Note App Login Page](img2.png)\n\nthis is a example image of the **Main page** of the Note App : \n\n![Note App Main Page](img1.png)\n\n\n## Run Project : \n\nDownload the project first using this cmd :\n\n```\ngit clone https://github.com/drisskhattabi6/Django-Note-App.git\n```\n\nOnce the project is downloaded, navigate into the project directory:\n\n```\ncd Django-Note-App\n```\n\nBefore running the project, make sure you have Python and Django installed on your system. You can install Django using pip:\n\n```\npip install -r requirements.txt\n```\n\nNext, you'll need to apply migrations to set up the database schema:\n\n```\npython manage.py makemigrations\npython manage.py migrate\n```\n\nCreating static folder:\n\n```\npython manage.py collectstatic\n```\n\nCreating Superuser (Optionel):\n\n```\npython manage.py createsuperuser\n```\n\nAfter the migrations are applied successfully, you can start the development server:\n\n```\npython manage.py runserver\n```\n\nThe development server will start, and you can access the Blog Project by navigating to `http://127.0.0.1:8000/` in your web browser.\n\n## Importent Configuration : \n\nAdd an email with password in **setting.py** file, this email will be the sender of the reset password link to the users.\n\n```\nEMAIL_HOST_USER = 'Write Your Email Here'\nEMAIL_HOST_PASSWORD = 'Your Email PASSWORD Here'\n```\n\n## More Informations :\n\n- The User can Register, Login, reset password by sending a reset link to the user email.\n\n- The User can create, modify amd delete any note.\n\n- In this Application, I'm using sqlite as DataBase.\n\n- reset password pages are not good styling.\n(you can style theme with create css file or modify the css file and add a specific code for these pages).\n  \n------\n\nFeel free to explore the project and customize it according to your requirements. If you encounter any issues or have any questions, don't hesitate to reach out!\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrisskhattabi6%2Fdjango-note-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrisskhattabi6%2Fdjango-note-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrisskhattabi6%2Fdjango-note-app/lists"}