/fest-test

Test task for FEST

Primary LanguageC#

fest-test

Test task for FEST Company.

Application image

To run the backend application:

  1. Copy the appsettings.Development.json.example file inside Server/Fest.API folder inside the same directory;
  2. Rename the copied file to appsettings.Development.json;
  3. Edit thes file and provide the real API Keys to OpenWeatherMap and Google Cloud;
  4. Set the environment variable ASPNETCORE_ENVIRONMENT to Development;
  5. Restore packages and run the Fest.API Project.

To run the frontend application:

  1. Open up folder client using terminal;
  2. Install packages using comand npm install;
  3. Run the application using npm run.