rist0 / iqtest

IQ Test Application developed with ASP.NET Core and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IQ Test

IQ Test Application developed with ASP.NET Core and Angular

Technologies and libraries used:

Prerequisites

In order to run the application, you must have the following prerequisites installed on your machine:

Running the application

Running the server API

  1. Restore the NuGet packages
  2. Open the appsettings.Development.json file and set the database connection string, JWT secret key and SendGrid API key
  3. Run the migrations to update the database
  4. Run the application. It should start listening at http://localhost:50919/

Running the web client

  1. Navigate to the folder in cmd and install the packages with npm install
  2. Run npm start or ng serve. It should start listening at http://localhost:4200/

Preview

You can find screenshots of the website in the preview folder

About

IQ Test Application developed with ASP.NET Core and Angular


Languages

Language:C# 72.0%Language:HTML 14.2%Language:TypeScript 13.2%Language:JavaScript 0.5%Language:CSS 0.2%