{"id":20977472,"url":"https://github.com/ruferdz/frontend-training-heroku","last_synced_at":"2025-08-10T08:40:33.364Z","repository":{"id":44890604,"uuid":"513096828","full_name":"RuFerdZ/frontend-training-heroku","owner":"RuFerdZ","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-26T14:41:20.000Z","size":38,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T06:15:08.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RuFerdZ.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":"2022-07-12T10:25:42.000Z","updated_at":"2024-01-10T01:34:44.000Z","dependencies_parsed_at":"2024-11-19T22:36:54.725Z","dependency_job_id":null,"html_url":"https://github.com/RuFerdZ/frontend-training-heroku","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/RuFerdZ%2Ffrontend-training-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Ffrontend-training-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Ffrontend-training-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Ffrontend-training-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuFerdZ","download_url":"https://codeload.github.com/RuFerdZ/frontend-training-heroku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382789,"owners_count":20282007,"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":[],"created_at":"2024-11-19T04:58:57.070Z","updated_at":"2025-03-13T09:41:59.235Z","avatar_url":"https://github.com/RuFerdZ.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Run Locally (Without Docker)   \n\n### Install and configure postgres SQL\n\n1. Download and Install PostgresSQL locally and set it up to run with a superuser\n2. In Ubuntu, `sudo su - postgres` to switch to postgres user\n3. `psql`\n4. `CREATE DATABASE demoappdb;`\n5. `CREATE USER demoapp WITH PASSWORD 'demopassword';`\n6. `GRANT ALL PRIVILEGES ON DATABASE \"demoappdb\" to demoapp;`\n7. `ALTER ROLE miriam CREATEDB;`\n8. `\\q`\n9. If you put the settings differently, change `settings.py` accordingly\n\n### Setup Django\n\n1. You need python 3.7.0 or higher\n2. `pip -r requirements.txt`\n3. `python manage.py migrate`\n4. `python manage.py createsuperuser`\n5. `python manage.py runserver` \n\n\n## Boilerplate Features\n\n* Custom User profile (you need to implement the registration service method)\n* Email/SMS sending integrated\n* For 2-step verification, check `intrview` codebase\n\n\n## Postman Collection\n\n(https://www.getpostman.com/collections/0fc70999e1d207602b34)[https://www.getpostman.com/collections/0fc70999e1d207602b34]\n\nUpdated collection - 07-07-2022: (https://www.getpostman.com/collections/da6ea8d568271eae71da)[https://www.getpostman.com/collections/da6ea8d568271eae71da]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Ffrontend-training-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruferdz%2Ffrontend-training-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Ffrontend-training-heroku/lists"}