Skip to content
/ iqtest Public

IQ Test Application developed with ASP.NET Core and Angular

Notifications You must be signed in to change notification settings

rist0/iqtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published