{"id":25664827,"url":"https://github.com/amovah/bird","last_synced_at":"2025-08-25T06:04:34.030Z","repository":{"id":84804971,"uuid":"89092185","full_name":"amovah/bird","owner":"amovah","description":"Framework for web ( it's my personal template :D), I dont use this anymore","archived":false,"fork":false,"pushed_at":"2018-01-18T21:41:03.000Z","size":122,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T06:36:04.279Z","etag":null,"topics":["framework","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amovah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-04-22T18:54:16.000Z","updated_at":"2018-05-31T08:04:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"60bc3ee0-390c-4b6f-8d19-e5636b76a3c7","html_url":"https://github.com/amovah/bird","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amovah/bird","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amovah%2Fbird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amovah%2Fbird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amovah%2Fbird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amovah%2Fbird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amovah","download_url":"https://codeload.github.com/amovah/bird/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amovah%2Fbird/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272013525,"owners_count":24858474,"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-08-25T02:00:12.092Z","response_time":1107,"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":["framework","web"],"created_at":"2025-02-24T06:30:10.536Z","updated_at":"2025-08-25T06:04:34.022Z","avatar_url":"https://github.com/amovah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bird\n\nframework for web (it's my personal template for starting a new web project :D )\n\nClone the project using `git clone https://github.com/amovah/bird.git` command.\n\nThen install the dependencies using `yarn install` command, and:\n\n```[sudo] npm install -g gulp nodemon```\n\nRemember, you must have MongoDB installed on your machine.\n\nAnd to run the project, run `gulp full:dev \u0026\u0026 npm run devserver` command.\n\n[Contributing](https://github.com/amovah/bird/blob/master/CONTRIBUTING.md)\n\n\nIf you want to make any changes or build the project, you have three ways:\n\n\n1. `npm run client:build` that just watches `/src/views` and `/src/public/`\n2. `npm run server:build` that watches other directories than `src/views` and `/src/public/`\n3. `npm run full:build` that watches all of the directories in `src/` dir.\n\n### Router\n\nTo add routers, you should create a file in `src/routers/` directory, the simplest way is to write `./bird router ROUTERNAME` in command line.\n\n### Model(Database Collections)\n\nTo add collecions, you should create a file in `src/models` directory, the simplest way is to write `./bird model MODELNAME` in command line.\n\n### Public Files\n\nTo add CSS, JavaScript, Fonts or Images you should put them in `src/public` file.\n\nNote: CSS files must have .less extension in `/src/public/css/`, except `/src/public/css/lib/` that must have .css\n\n### Utilities\n\nTo add utilities you should add files to `src/utils/`\n\n### View\n\nTo add html files you should add them to `/src/views/`\n\nNote: In this project we're using nunjucks template, so your files must have .njk extension\n\n### Permissions\n\nTo add a permission, add the file to `src/perms/`\n\n## Before you push\n\nMake sure that your files are lint.\n\nYou can lint js files in `src/public/js` files using `gulp client:lint` command.\n\nAnd Other JS files using `gulp server:lint` command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famovah%2Fbird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famovah%2Fbird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famovah%2Fbird/lists"}