{"id":13339181,"url":"https://github.com/wadeChriestenson/Main_Application","last_synced_at":"2025-03-11T12:31:37.067Z","repository":{"id":191983809,"uuid":"469735810","full_name":"wadeChriestenson/Main_Application","owner":"wadeChriestenson","description":"A Django application to host my personal resume.","archived":false,"fork":false,"pushed_at":"2022-05-17T12:08:12.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T00:23:17.491Z","etag":null,"topics":["data-analysis","data-visualization","django","plotly","python","ui-design"],"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/wadeChriestenson.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}},"created_at":"2022-03-14T13:02:20.000Z","updated_at":"2022-03-16T19:54:14.000Z","dependencies_parsed_at":"2023-09-01T21:56:45.937Z","dependency_job_id":"a5b3d36f-7f98-450b-8582-288cace1ac4e","html_url":"https://github.com/wadeChriestenson/Main_Application","commit_stats":null,"previous_names":["wadechriestenson/main_application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadeChriestenson%2FMain_Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadeChriestenson%2FMain_Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadeChriestenson%2FMain_Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadeChriestenson%2FMain_Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wadeChriestenson","download_url":"https://codeload.github.com/wadeChriestenson/Main_Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243034966,"owners_count":20225437,"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":["data-analysis","data-visualization","django","plotly","python","ui-design"],"created_at":"2024-07-29T19:19:19.444Z","updated_at":"2025-03-11T12:31:35.965Z","avatar_url":"https://github.com/wadeChriestenson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Main_Application \nhttps://resumewade.herokuapp.com/\n- Language - Python\n- Framework - Django\n## Description of Application \n- **Django Application Hosted on Heroku Displaying the Resume of Wade Chriestenson**\n## Installation\nUse the package manage [pip](https://pip.pypa.io/en/stable/) to install requirements.txt file \nto install all required packages.\n```bash\npip install -r requirements.txt\n```\n***Requirments.txt***\n- asgiref==3.5.0\n- Django==4.0.3\n- django-heroku==0.3.1\n- gunicorn==20.1.0\n- plotly==5.6.0\n- six==1.16.0\n- tenacity==8.0.1\n- tzdata==2022.1\nwhitenoise==6.0.0\n## ***.gitignore***\n- /venv (ignore virtual enviroment directory)\n- Base_App/setting.py (config file)\n- /manage.py (main run file)\n## ***Procfile***\n- .txt file to tell Heroku what type of app and where the app entry point is.\n## ***Base_App*** - Backend Directory\n- __init__.py\n- asgi.py - (used for server setting)\n- setting.py - (used for the full app settings, security, middleware, static directories, etc..)\n- url.py - (used for routing back-end urls) - only has admin panel and front-end urls\n- wsgi.py - (used for more server settings)\n## ***_config.yml***\n- Config file for github-pages. ( themes and config for host)\n## ***Resume*** - Front-End Directory.\n- __init__.py\n- admin.py - (set admin settings for django admin panel)- not in use\n- apps.py - (unsure of use) - not in use\n- migration - (changes made in the database) -not in use\n- models.py - (used for creating database tables and pushes them into the migration directory)\n- static - (directory used for holding Images, CSS files, Javascript files and CSV files)\n- test.py - (used for writing test for the front-end)\n- urls.py - (used for routing all urls in the front end)\n- views.py - (used for writing the data that post to the html files) \n- forms.py - (used for createing forms to render to HTML)\n## ***templates*** - HTML Directory\n- about-me.html\n## ***manage.py*** - used to run django app\nUse command below to run server on local host to view site in action.\n```bash\npython manage.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FwadeChriestenson%2FMain_Application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FwadeChriestenson%2FMain_Application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FwadeChriestenson%2FMain_Application/lists"}