{"id":25882201,"url":"https://github.com/savory/danet-starter","last_synced_at":"2025-03-02T15:57:47.178Z","repository":{"id":122732366,"uuid":"494888592","full_name":"Savory/Danet-Starter","owner":"Savory","description":"A basic Danet app to help you build awesome API","archived":false,"fork":false,"pushed_at":"2025-01-23T13:55:13.000Z","size":89,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-23T14:21:53.337Z","etag":null,"topics":["deno","starter-template","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Savory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2022-05-21T20:30:22.000Z","updated_at":"2025-01-23T13:55:17.000Z","dependencies_parsed_at":"2024-11-07T11:32:01.948Z","dependency_job_id":"ee912748-190a-4198-8bb9-f3ce94fcffe8","html_url":"https://github.com/Savory/Danet-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savory%2FDanet-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savory%2FDanet-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savory%2FDanet-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savory%2FDanet-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Savory","download_url":"https://codeload.github.com/Savory/Danet-Starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241533626,"owners_count":19977826,"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":["deno","starter-template","typescript"],"created_at":"2025-03-02T15:57:46.633Z","updated_at":"2025-03-02T15:57:47.167Z","avatar_url":"https://github.com/Savory.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://user-images.githubusercontent.com/38007824/205580360-fa032554-5e9e-4266-8ec9-c78ca9a233bc.svg\" width=\"250\" alt=\"Danet Logo\" /\u003e\n\u003c/p\u003e\n\n## Description\n\n[Danet](https://github.com/savory/danet) framework starter repository. We\nrecommend that you use our CLI instead of cloning the repository :\n\n## Installation\n\nInstalling Deno packages as a commands is simple. You can install them under any\nname you want. For simplicity's sake, we install our danet-cli under the name\ndanet.\n\n`$ deno install --allow-read --allow-write --allow-run --allow-env -n danet https://deno.land/x/danet_cli/main.ts`\n\n## Basic workflow\n\nOnce installed, you can invoke CLI commands directly from your OS command line\nthrough the danet command. See the available danet commands by entering the\nfollowing:\n\n$ danet --help To create, run a new basic Danet project, go to the folder that\nshould be the parent of your new project, and run the following commands:\n\n```bash\n$ danet new my-danet-project\n$ cd my-danet-project\n$ deno task launch-server\n```\n\nIn your browser, open http://localhost:3000 to see the new application running.\n\n## Database Options\n\nWhen creating a new project, Danet CLI will ask you what database provider you\nwant to use between mongodb, postgres and in-memory and will generate all the\nrequired code.\n\nThe only thing left if you use mongodb or postgres will be to set environment\nvariables or put them in a .env file in your project's root folder.\n\nHowever, if you need it to be less interactive, you can pass the followings\noptions when calling danet new :\n\n`--mongodb` `--postgres` `--in-memory`\n\nDanet is an MIT-licensed open source project. If you'd like to come along the\njourney, please [join our discord](https://discord.gg/Q7ZHuDPgjA).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavory%2Fdanet-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavory%2Fdanet-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavory%2Fdanet-starter/lists"}