{"id":21348149,"url":"https://github.com/brijeshb42/flask-web-starter-kit","last_synced_at":"2026-01-03T06:06:56.729Z","repository":{"id":32754290,"uuid":"36345341","full_name":"brijeshb42/flask-web-starter-kit","owner":"brijeshb42","description":"Flask application with complete integration of gulp build system","archived":false,"fork":false,"pushed_at":"2015-07-06T07:24:20.000Z","size":156,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-22T16:47:25.028Z","etag":null,"topics":[],"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/brijeshb42.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":"2015-05-27T05:33:22.000Z","updated_at":"2020-02-18T09:58:09.000Z","dependencies_parsed_at":"2022-09-12T14:03:59.570Z","dependency_job_id":null,"html_url":"https://github.com/brijeshb42/flask-web-starter-kit","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/brijeshb42%2Fflask-web-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fflask-web-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fflask-web-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brijeshb42%2Fflask-web-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brijeshb42","download_url":"https://codeload.github.com/brijeshb42/flask-web-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822392,"owners_count":20353518,"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-22T02:18:07.516Z","updated_at":"2026-01-03T06:06:56.723Z","avatar_url":"https://github.com/brijeshb42.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Starter Kit\n\n### Comes with preconfigured basic Flask app with SQLAlchmemy, LoginForm, Basic User Model, and static assets.\n\n### Requirements:\n* Python 2.7.x\n* `node` with global installation of `gulp` and `bower`. Can be used without that global installations also.\n\n### How to use ?\n* Clone this repo `git clone git@github.com:brijeshb42/flask-web-starter-kit.git`.\n* Create a new virtual environment `mkvirtualenv starter-kit`.\n* Switch to the new env `workon starter-kit`.\n* Install python modules `pip install -r requirements.txt`.\n* Install node modules to compile assets `npm install`.\n* Install bower packages `bower install`.\n* Copy `config.py.default` to `config.py`.\n* Make changes to `config.py` as required.\n* Create a symlink to `bower_components` folder inside `frontend` : `cd frontend \u0026\u0026 ln -s ../bower_components/ bower_components`.\n* Migrate DB (uses sqlite by default. Can be configured in `config.py`)\n    * `python script.py db init`\n    * `python script.py db migrate`\n    * `python script.py db upgrade`\n* In separate terminal, `cd` into the `starter-kit` directory and run `gulp clean \u0026\u0026 gulp` to compile static assets and start a livereload server.\n* Then run `python script.py runserver`\n* Open `localhost:5000` in browser.\n* To add your own routes, open `backend/app.py` and start adding your own urls and responses. You can spin off your routes in new files. Just don't forget to import your files in `app.py`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrijeshb42%2Fflask-web-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrijeshb42%2Fflask-web-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrijeshb42%2Fflask-web-starter-kit/lists"}