# QuickApp **Repository Path**: zhangrong/QuickApp ## Basic Information - **Project Name**: QuickApp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **QuickApp** - ASPNET Core 2.0 / Angular 5 startup project template [![MIT license](https://cdn.rawgit.com/emonney/tempa/7e9d69ad/MITLicense.png)](https://github.com/emonney/QuickApp/blob/master/LICENSE) A startup **Angular 5 / ASP.NET Core 2.0** (cross-platform ) **project template** with an end-to-end login, user and role management implementation. As well as other common functionalities for **Quick Application Development**. [FOLLOW ME](https://twitter.com/kommand) on twitter for important updates ###### NOTE: Please post support related topics in the [help & support forum](https://www.ebenmonney.com/forum/?view=forum&id=14). For bug reports open an [issue on github](https://github.com/emonney/QuickApp/issues). For the older asp.net core 1.x version: [Download](https://github.com/emonney/QuickApp-VSIX/releases/tag/v1.5") [LIVE DEMO](http://quickapp.ebenmonney.com) | [MORE TEMPLATES](https://www.ebenmonney.com/templates) [![QuickApp Demo](https://github.com/emonney/QuickApp/blob/9b122b7f3c38121699d3ec41b700474e192abe37/QuickApp.gif?raw=true)](https://www.youtube.com/watch?v=Wuh7NIZ96jA) ___ ## INTRODUCING QUICKAPP PREMIUM TEMPLATES * All free features * IdentityServer4 * Angular CLI * Angular Material * Bootstrap4 * Priority Email Support * Etc [Get QuickApp PRO](https://www.ebenmonney.com/product/quickapp-pro) | [Live Demo](http://quickapp-pro.ebenmonney.com/) [Get QuickApp STANDARD](https://www.ebenmonney.com/product/quickapp-standard) | [Live Demo](http://quickapp-standard.ebenmonney.com/) ___ ## This application consists of: * Template pages using Angular5 and TypeScript * RESTful API Backend using ASP.NET Core MVC Web API * Database using Entity Framework Core * Authentication based on OpenID Connect * API Documentation using Swagger * Angular CLI for managing client-side libraries * Theming using Bootstrap ## You get the benefits of: * A complete backend and frontend project structure to build on, with login, user and permission-based role management already integrated * Data Access Layer built with the Repository and Unit of Work Pattern * Code First Database * A RESTful API Design * Angular Directives Quidance * Angular Pipes Quidance * Angular Animations Quidance * Angular Services * Dialog and Notification Services * Configuration Page and Configuration Service * Integrated Internationaliztion * Theming with SASS * Ready-to-use email API * Handling Access and Refresh Tokens with WebStorage (Bearer authentication) - No Cookies * Jquery Integration (Ability to use standard Jquery libraries) * CRUD APIs * Responsive Design * Etc. ## Installation * [OPTION 1] Clone the [Git Repository](https://github.com/emonney/QuickApp.git) and edit with your favorite editor. e.g. Visual Studio, Visual Studio Code * [OPTION 2] Install Project template from the [Visual Studio Gallery](https://marketplace.visualstudio.com/items?itemName=adentum.QuickApp-ASPNETCoreAngularXProjectTemplate) and follow the usual File -> New Project -> Web -> QuickApp - to create a new Project from this template. Lunch with `F5` or `Ctrl+F5` (The usual way) ## Installation Notes * When creating a new project please wait for all dependencies ("dotnet restore" & "npm install") to be restored. When using VisualStudio this is automatic, check the output window or status bar to know that the package/dependencies restore process is complete before launching your program for the first time. * If you get this error: Unable to resolve 'OpenIddict', do the below steps to add myget.org to nuget package sources; Copy the "NuGet.config" from the project folder to the solution's folder (i.e. copy to the same folder location as your solutions file) and restart your IDE OR Add myget.org to your package sources in VisualStudio. Visual Studio -> Tools -> Options -> NuGet Package Manager -> Package Sources, Add "aspnet-contrib", this URL "https://www.myget.org/F/aspnet-contrib/api/v3/index.json" * If you get any other errors, consider running manually the steps to build the project and note where the errors occur. Open command prompt and do the below steps: 1. run 'dotnet restore' from the two project folders - Restore nuget packages 2. run 'npm install' from the project with "ClientApp\\package.json" - Restore npm packages 3. Try running the application again - Test to make sure it all works *When I say "run from the project folder" I mean run the commands on the command line from those folders If any step fails, post the error details on the [support forum](https://www.ebenmonney.com/forum/?view=forum&id=14) for the needed assistance. * For help and support post in the [support forum](https://www.ebenmonney.com/forum/?view=forum&id=14). For bug reports open an [issue on github](https://github.com/emonney/QuickApp/issues) ## Login LOGIN WITH USERNAME OR EMAIL ADDRESS > * **Default Administrator Account** > * Username: admin > * Email: admin@ebenmonney.com > * Password: tempP@ss123 > * **Default Standard Account** > * Username: user > * Email: user@ebenmonney.com > * Password: tempP@ss123 ## Documentation * [Overview of QuickApp](https://www.ebenmonney.com/quickapp) * [Conceptual overview of what is ASP.NET Core](https://go.microsoft.com/fwlink/?LinkId=518008) * [Working with Data](https://docs.microsoft.com/en-us/ef/#pivot=efcore) * [Angular 5 documentation overview](https://angular.io/guide/quickstart) * [Getting started with Angular CLI](https://cli.angular.io) * [Introduction to Bootstrap 3](https://getbootstrap.com/docs/3.3/getting-started) ## Contribution QuickApp is actively maintained by [Ebenezer Monney](https://github.com/emonney) on [GitHub](https://github.com/emonney/QuickApp). You can support it by * Submitting your changes/improvements/features using pull requests * Suggesting ideas or areas of improvements * Encouraging the developers by rating it/starring it * Linking to it and recommending it to others * [Making a donation](https://www.paypal.me/emonney) ## License Released under the [MIT License](https://github.com/emonney/QuickApp/blob/master/LICENSE). [YOUR FEEDBACK](mailto:contact@ebenmonney.com) | [FOLLOW ME](https://twitter.com/kommand) ### _**If you found this template useful, please take a minute to [rate it](https://marketplace.visualstudio.com/items?itemName=adentum.QuickApp-ASPNETCoreAngularXProjectTemplate#review-details). Appreciated!**_