{"id":21676893,"url":"https://github.com/rasbeetech/learning_log","last_synced_at":"2026-05-18T17:42:37.481Z","repository":{"id":42569867,"uuid":"363674966","full_name":"RasbeeTech/Learning_Log","owner":"RasbeeTech","description":"Online journal system.","archived":false,"fork":false,"pushed_at":"2022-03-31T13:56:12.000Z","size":392,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T10:26:19.406Z","etag":null,"topics":["django","python"],"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/RasbeeTech.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}},"created_at":"2021-05-02T14:48:30.000Z","updated_at":"2021-07-03T21:36:32.000Z","dependencies_parsed_at":"2022-09-21T21:01:18.592Z","dependency_job_id":null,"html_url":"https://github.com/RasbeeTech/Learning_Log","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/RasbeeTech%2FLearning_Log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLearning_Log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLearning_Log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLearning_Log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RasbeeTech","download_url":"https://codeload.github.com/RasbeeTech/Learning_Log/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244589732,"owners_count":20477594,"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","python"],"created_at":"2024-11-25T14:16:46.221Z","updated_at":"2026-05-18T17:42:32.458Z","avatar_url":"https://github.com/RasbeeTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning_Log\n Online journal system.  \n\n## About\nAllows users to log the topics they're interested in and to make journal entries as they learn about each topic.  The Learning Log home page will describe the site and invite users to either register or log in.  Once logged in, a user can create new topics, add new entries, and read and edit existing entries.  \n\n## Technologies\nPython: v 3.8.8  \nDjango: v 3.2  \nDjango-bootstrap: v 3.0.1  \n\n## Run()\n\n### Local:\n\n1. Download project.  \n\n2. In terminal, navigate to the project directory and create a Virtual Environment:  \n\n```bash\n $ python3 -m venv ll_env\n``` \n\n3. Activate the virtual environment:  \n\n```bash\n$ source ll_env/bin/acivate\n```\nnote: To deactivare the virtual environment, use the command: 'deactivate'.  \n\n4. If 'django-bootstrap' isn't already installed, enter the following command while in the 'll_env':  \n\n```bash\n pip install django-bootstrap4\n```\n\n5. Initiate the database with the command:\n\n```bash\n# First:\n python manage.py makemigrations learning_logs\n \n# Then:\n python manage.py migrate\n```\n\n6. Start the local server:\n\n```bash\n python manage.py runserver\n```\n\n7.  With your choice of browser go your localhost:\n```bash\n# Option 1:\n http://127.0.0.1:8000/\n \n# Option 2:\n http://localhost:8000/\n```\n\n## Sample\nHome page:  \n\n\u003cimg src='https://github.com/RasbeeTech/Learning_Log/blob/main/readme/images/home_page.png' title='home_page'\u003e  \n\nLogin page:  \n\n\u003cimg src='https://github.com/RasbeeTech/Learning_Log/blob/main/readme/images/login_page.png' title='login_page'\u003e  \n\nRegistration:  \n\n\u003cimg src='https://github.com/RasbeeTech/Learning_Log/blob/main/readme/images/register_page.png' title='register_page'\u003e  \n\nTopic page:  \n\n\u003cimg src='https://github.com/RasbeeTech/Learning_Log/blob/main/readme/images/top_page.png' title='topic_page'\u003e    \n\nTopics page:\n\n\u003cimg src='https://github.com/RasbeeTech/Learning_Log/blob/main/readme/images/topics_page.png' title='topics_page'\u003e  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Flearning_log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasbeetech%2Flearning_log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Flearning_log/lists"}