Skip to content

Rushi0508/QuizzCraft

Repository files navigation

QuizzCraft

How to Run this project ?

Clone this Repository

git clone https://github.com/Rushi0508/QuizzCraft.git

1. App.config (QuizzCraft - Service) - Connection String

<connectionStrings>
	<add name="QuizzConnection" connectionString="Data Source = (LocalDB)\MSSQLLocalDB; Initial Catalog = QuizzCraft; Integrated Security = True" providerName="System.Data.SqlClient" />
</connectionStrings>

2. Install Nuget Packages

Microsoft.EntityFramework
BCrypt.Net-Next

3. For DataBase Migration (If require then use otherwise it is created automatically)

First time only to Enable Migration

Enable-migration 
add-migration "migrationName"
update-database

Tech Stack

Application Tech
Backend SOAP Services
Host Windows Form
Frontend WebForms (BootStap)
DataBase SQL (SSMS)

Overview

alt text alt text
alt text alt text
alt text alt text
alt text alt text
alt text alt text
alt text alt text
alt text alt text
alt text

Team members


Rushi-Gandhi


Sandip-Kanzariya