bottleIsEmpty / fest-test

Test task for FEST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Test task for FEST


Languages

Language:C# 55.0%Language:JavaScript 34.7%Language:HTML 6.9%Language:CSS 3.4%