Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.26 KB

SETUP.MD

File metadata and controls

27 lines (19 loc) · 1.26 KB

SETUP

Frontend

Angular

You need to have Node and Node Package Manager (NPM) installed to run this project Node and NPM.

Run the following commands to solve package dependencies

npm install

After which you can surf to the project URL in your local webserver.

The application accesses an api hosted on Azure by default but should you want to host the API yourself, the ASP.Net Web API solution is included under the 'Backend' Folder. More explanation on the API itself can be found in the Backend section.

To change the address the angular application makes calls to, change the apiBaseUrl variable value found in here

SASS

The styling of the application is based on sass. Gulp was used for the compilation of scss files. Install it and run gulp command in the 'Frontend' folder to get the automation task started.

Backend

  1. launch the visual studio project
  2. edit the Web.config file to add your
  3. in the DataContext.cs : change the base name
  4. compile the project
  5. publish the api to your favorite host