{"id":20287982,"url":"https://github.com/arpit2438735/feature-request","last_synced_at":"2026-05-07T01:05:09.487Z","repository":{"id":147357700,"uuid":"66708378","full_name":"arpit2438735/feature-request","owner":"arpit2438735","description":"Demo link","archived":false,"fork":false,"pushed_at":"2016-09-09T15:22:16.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T04:25:20.639Z","etag":null,"topics":["angular","ecmascript","flask"],"latest_commit_sha":null,"homepage":"http://159.203.74.60 (offline now)","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/arpit2438735.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":"2016-08-27T10:10:15.000Z","updated_at":"2016-09-23T11:05:56.000Z","dependencies_parsed_at":"2023-04-24T02:55:00.968Z","dependency_job_id":null,"html_url":"https://github.com/arpit2438735/feature-request","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arpit2438735/feature-request","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpit2438735%2Ffeature-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpit2438735%2Ffeature-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpit2438735%2Ffeature-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpit2438735%2Ffeature-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arpit2438735","download_url":"https://codeload.github.com/arpit2438735/feature-request/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpit2438735%2Ffeature-request/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274408355,"owners_count":25279463,"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-09-10T02:00:12.551Z","response_time":83,"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":["angular","ecmascript","flask"],"created_at":"2024-11-14T14:43:35.411Z","updated_at":"2026-05-07T01:05:09.450Z","avatar_url":"https://github.com/arpit2438735.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feature Request Application README\n[![Build Status][travis-image]][travis-url]\n##Technology stack\n- PostgreSQL\n- Python 2.x\n- Flask\n- SQLAlchemy\n- AngularJs\n- Docker Machine(Deployment)\n\n## Installation\n\n```\n# Step 1: install virtualenv\n\u003e pip install virtualenv\n\n# Step 2: Initialize virtualenv\n\u003e virtualenv \u003cname-optional\u003e\n\n# Step 3: Activate virtualenv\n\u003e source bin/activate\n\n# Step 4: Setup project\n\u003e python setup.py install\n# Step 5: Install node packages(make sure you have higer node version\u003e4)\n\u003e npm install\n# Step 6: Build css and js file\n\u003e npm run build \u0026\u0026 npm start\n``` \n## Creating the database\nThe application uses postgres as the database driver. Make sure that you've got postgres installed on your system before you attempt any of the following steps.\n```\n# Step 1: access the postgres system user\n\u003e sudo su postgres\n\n# Step 2: enter the database\n\u003e psql\n\n# Step 3: create features database user\npostgres=# create role features with login;\n\n# Step 4: create features database\npostgres=# create database features with encoding 'utf-8';\n\n# Step 5: grant permissions to features user on features database\npostgres=# grant all privileges on database features to features;\n\n# Step 7: grant permissions to features tables to features user on features database (be sure to do this with the features database selected)\npostgres=# \\c features\npostgres=# grant all privileges on all tables in schema public to features;\n```\n\n## Setup database and initial values in database\n```\n# Step 1: Change config for postgres sql\n\u003e vi feature_request/config/default.yml\n# Step 2: Migrate all database\n\u003e python manage.py db upgrade\n# Step 3: Inorder to have some intial values in db(optional)\n\u003e python manage.py add\n```\n## Run\n\n- To run flask server\n```\n    python manage.py runserver\n```\n\n- To run test cases and coverage\n```\n    python tests.py test\n    python tests.py coverage\n    npm run test\n```\n\n[travis-image]: https://travis-ci.org/arpit2438735/feature-request.svg?branch=master\n[travis-url]: https://travis-ci.org/arpit2438735/feature-request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpit2438735%2Ffeature-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpit2438735%2Ffeature-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpit2438735%2Ffeature-request/lists"}