IQ Test Application developed with ASP.NET Core and Angular
Technologies and libraries used:
- .NET Core 3.1 (platform)
- ASP.NET Core 3.1
- Entity Framework Core 3.1
- SQL Server
- Angular 10
- Bootstrap 4.5
- FontAwesome
- AutoMapper
- SendGrid
- Newtonsoft.Json
In order to run the application, you must have the following prerequisites installed on your machine:
- Restore the NuGet packages
- Open the appsettings.Development.json file and set the database connection string, JWT secret key and SendGrid API key
- Run the migrations to update the database
- Run the application. It should start listening at http://localhost:50919/
- Navigate to the folder in cmd and install the packages with
npm install
- Run
npm start
orng serve
. It should start listening at http://localhost:4200/
You can find screenshots of the website in the preview folder