0
QuickApp

Prerequisites to QuickApp

Introduction

QuickApp has the same prerequisites as a standard ASP.NET Core Web Application project and an Angular web application.

If you’re running on the latest version of Visual Studio then chances are you already meet these prerequisites.

To run on any editor of your choice or from the command line in Windows, Linux or Mac here are what you need to have installed to successfully develop with the QuickApp template.

ASP.NET Core Requirements

For the ASP.Net Core Web Application you’ll need the .net core SDK. You can get this from here: https://dotnet.microsoft.com/download

Angular Requirements

For angular support make sure your development environment includes Node.js® and an npm package manager.

Installing node.js will also install npm package manager as well. You can get the installer from here: https://nodejs.org

When downloading I recommend you download the LTS version of node as this is most compatible with Angular

Version Checks

To check the version of these tools you currently have on your system, run the following commands

  • dotnet –version: This lets you view the current version of .net core running on your system
  • dotnet –info: This command will list all the relevant information about the versions of .net core sdks and runtimes installed on your machine along with their installation paths and more
  • node -v: This lets you see the current version of node installed on your system
  • npm -v: This lets you see the version of npm installed on your system

 

Happy Codding!

You Might Also Like...

10 Comments

  • Reply
    Alex
    October 21, 2019 at 6:43 pm

    To get dotnet version and info double-dash should be used
    dotnet –-version
    dotnet –-info

  • Reply
    Michael R Wassermann
    August 2, 2022 at 10:39 pm

    Are you still supporting the project? I need a core 6 version. Also Take a look at the Oqutane project, look at the way it does its config. This would be a nice feature.

    • Reply
      Eben Monney
      August 9, 2022 at 12:14 am

      Hello Michael,
      Yes this project is still supported and a .NET core 6 / angular 14 version is available for download.
      Your recommendations noted.

  • Reply
    Michael R Wassermann
    August 15, 2022 at 3:15 pm

    Do you have any people who I can pay for help and rate?

    • Reply
      Eben Monney
      August 15, 2022 at 10:09 pm

      Hello Michael,
      We have developers you can work with.
      Please send a mail to devlink@ebenmonney.com and we’ll have a call to discuss your requirement.

  • Reply
    alps2677
    October 2, 2022 at 11:57 pm

    Hi, I want to add External Identity(OAuth2) i was following twitter but i am getting Invalid_grant, Please help to how to configure external identity.

    • Reply
      Eben Monney
      October 5, 2022 at 11:20 am

      Hello Alps, please post your request in the support forum with the details of your issue.

  • Reply
    Vinicius de Souza Fonseca
    January 9, 2024 at 2:59 am

    Hello, I’m having trouble publishing the system, I downloaded the version available in Visual Studio, I didn’t make any changes and I published it and placed it in the IIS folder. The system opens immediately but when accessing the settings screen it displays this error “Unable to retrieve user data from the server. Errors: “Http failure response for https://www.quick_application.com/api/account/roles: 500 OK”

    I’m using Windows Server 2019 with local DNS

  • Reply
    visofo
    January 9, 2024 at 3:02 am

    Hello, I’m having trouble publishing the system, I downloaded the version available in Visual Studio, I didn’t make any changes and I published it and placed it in the IIS folder. The system opens immediately but when accessing the settings screen it displays this error “Unable to retrieve user data from the server. Errors: “Http failure response for https://www.quick_application.com/api/account/roles: 500 OK”

    I’m using Windows Server 2019 with local DNS

    • Reply
      Eben Monney
      January 10, 2024 at 6:38 am

      Hello Visofo,
      Please post the logs from the “\logs” folder to provide more details.

Leave a Reply