Giter Club home page Giter Club logo

a-cant's Introduction

A-cant

Build status

This is a .NET Core app with an Aurelia backed client side. These two apps run on different ports, the API needs to be started first.

Instructions

Server

  • Ensure you have installed the .NET Core 3.1 SDK
  • In your terminal, navigate to the project root and run the following commands:
    • dotnet restore ./Hahn.ApplicatonProcess.May2020.Data/Hahn.ApplicatonProcess.May2020.Data.csproj.
    • dotnet restore ./Hahn.ApplicatonProcess.May2020.Domain/Hahn.ApplicatonProcess.May2020.Domain.csproj.
    • dotnet restore ./Hahn.ApplicatonProcess.May2020.Web/Hahn.ApplicatonProcess.May2020.Web.csproj.
    • Visual Studio automatically does this for you.
    • Visual Studio Code requires you manually do this.
    • cd Hahn.ApplicatonProcess.May2020.Web
    • dotnet run
  • When the API is started you can navigate to https://localhost:6131/swagger to view the API documentation.

Client

As mentioned previously, the client app is built on Aurelia, so Aurelia needs to be installed.

  • In your terminal, run the command: npm i -g aurelia-cli or yarn global add aurelia-cli, this installs the Aurelia CLI thereby making the au command available system wide.
  • Now in your terminal, navigate to the project's root directory, then into the Hahn.ApplicatonProcess.May2020.Web directory and finally into the ClientApp directory. This is where the client facing app sits.
  • While in that directory, run npm install to install app's dependencies then run au run --open
  • The app is then available at http://localhost:8080.

Tests

On the terminal, in the project the dependencies needs to be installed if not previously done.

  • Run dotnet restore ./Hahn.ApplicatonProcess.Application.Tests/Hahn.ApplicatonProcess.Application.Tests.csproj to restore the test project's dependencies.
  • cd Hahn.ApplicatonProcess.Application.Tests
  • dotnet run

a-cant's People

Contributors

codejockie avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.