{"id":21452622,"url":"https://github.com/inunotaisho/inunotaisho","last_synced_at":"2026-04-19T19:33:42.266Z","repository":{"id":121472687,"uuid":"128478868","full_name":"inunotaisho/inunotaisho","owner":"inunotaisho","description":" The Angular 6/.Net Core full stack repo of 犬の大将 - Ethan Fairweather - 晴天イタン","archived":false,"fork":false,"pushed_at":"2018-07-16T10:32:19.000Z","size":36528,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T12:32:15.444Z","etag":null,"topics":["angular","angular5","dotnet-core2","mongodb","visual-studio"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/inunotaisho.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":"2018-04-06T23:09:58.000Z","updated_at":"2018-09-06T18:05:37.000Z","dependencies_parsed_at":"2023-07-13T22:45:39.835Z","dependency_job_id":null,"html_url":"https://github.com/inunotaisho/inunotaisho","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/inunotaisho%2Finunotaisho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inunotaisho%2Finunotaisho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inunotaisho%2Finunotaisho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inunotaisho%2Finunotaisho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inunotaisho","download_url":"https://codeload.github.com/inunotaisho/inunotaisho/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243965321,"owners_count":20375910,"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":["angular","angular5","dotnet-core2","mongodb","visual-studio"],"created_at":"2024-11-23T04:31:00.305Z","updated_at":"2026-04-19T19:33:42.235Z","avatar_url":"https://github.com/inunotaisho.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InuNoTaisho: Angular and .NET Core 2 stack\n\nThis is the Angular 6 and .NET Core 2 fullstack version of my website which is www.ebseiten.com.\n\nIts about 52% of the way complete. It runs so long as you have `mongodb` running.\n\nThis backend is using .NET Core 2 and its Web Api 2 functionality.\n\nBefore taking futher steps, make sure you have a few things installed. \n\n**Download Visual Studio Community**\n- If running Windows 7 SP1 and later, download [Visual Studio for Windows](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community\u0026rel=15)\n\n- If running macOS Sierra 10.12 or later, download [Visual Studio for Mac](https://www.visualstudio.com/thank-you-downloading-visual-studio-mac/?sku=communitymac\u0026rel=15#)\n\n\n**First download Visual Studio Code.**\n\n- If running Linux, Visual Studio is not available. Fret not, there is a way around that.\n- First download Visual Studio Code. Depending on your flavor of Linux you will either download the [Debian/Ubuntu Version](https://code.visualstudio.com/docs/?dv=linux64_deb) or the [Red Hat/Fedora/SUSE version](https://code.visualstudio.com/docs/?dv=linux64_rpm).\n- Second you will need to download [mono](https://www.mono-project.com/download/stable/#download-lin).\n\n\n**Download NodeJS LTS version. You can download one of two ways.**\n\n- First option is downloading `NodeJS` from the [NodeJS Website](https://nodejs.org/en/)\n- Second for macOS/ Linux users I would advise you to install [NVM](https://github.com/creationix/nvm) to allow for multiple versions of node to be used on your system.\n\n\nFinally clone this repo. Before taking futher steps, make sure you have `nodejs` and `npm` installed. Then run `npm install` to install all required `node_modules`.\n\nAll modules a stored in `node_modules` and `webpack` is used as a module loader.  \n\nMake sure you have `mongodb` installed. `Redis-server` server is no longer required due to the use of `JSON Web Tokens` to handle sessions. Open another terminal tab and create the desired name for your database using **Mongo Shell**. Run the command `mongo` to open the shell and run the `use \"DATABASE_NAME\"` to create your desired database.\n \nFor easier access use something like `Robo3T`or something similar. Command line control of `mongo` is also an option, but is not covered by this readme.\n\n All modules a stored in `node_modules` and `webpack` is used as a module loader. The `webpack.config.env.js` is basic, but it does what we need. \n\n Go into the `inunotaisho.json` and either copy the dev database or change database to your desired name. Either way, the databse must be setup using something like `Robo 3T`or something similar. Use of the `mongod` shell is also an option, but is not covered by this readme. \n\nOnce finished, then and only then, can you run `npm start`.\n\nNavigate to `localhost:5000` and you should be there. \n\n**Documentation**\n- https://dotnet.github.io/\n- http://mongoosejs.com/docs/guide.html\n- https://docs.mongodb.com/manual/\n- https://webpack.js.org/configuration/\n- https://angular.io/docs\n- http://www.typescriptlang.org/docs/home.html\n- https://github.com/DefinitelyTyped/DefinitelyTyped\n- http://lesscss.org/\n\n**Supporting Software Documentation**\n- https://robomongo.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finunotaisho%2Finunotaisho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finunotaisho%2Finunotaisho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finunotaisho%2Finunotaisho/lists"}