capgemini-stavanger / gi-en-jul

10 stars 1 forks source link

Gi en jul

Deployment Status

dev prod
DEV - Build and Deploy Application to Azure DEV Build and Deploy Frontend to Azure PROD - Build and Deploy Application to Azure PROD Build and Deploy Frontend to Azure

Setup

Clone

Clone the repo to your computer For example by writing this in the Command Line

BackEnd

Either run the backend in Visual Studio or download the SDK https://dotnet.microsoft.com/download and run it in terminal

FrontEnd

To run the frontend npm of version 7.20.2 or later is recommended, especially since older versions of node will generate a package-log.json of an older version than what we used. Link for dowloading node https://nodejs.org/en/download/ Run to show current npm version: -npm -v

DataBase

We used azurite 3.13.1 for emulating a Azure Table Storage locally.

Papercut

We used papercut to emulate a SMTP server locally for the mails To install it, go to the https://github.com/ChangemakerStudios/Papercut-SMTP repo and follow the README for instructions This has to run while running the app

Recommended tools