https://github.com/rushi0508/quizzcraft
Quiz Web App for Teachers and Students
https://github.com/rushi0508/quizzcraft
asp-net-core csharp efcore entity-framework-core sql-server
Last synced: about 1 month ago
JSON representation
Quiz Web App for Teachers and Students
- Host: GitHub
- URL: https://github.com/rushi0508/quizzcraft
- Owner: Rushi0508
- Created: 2024-01-30T05:28:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T17:15:03.000Z (about 2 years ago)
- Last Synced: 2025-10-09T17:37:57.833Z (8 months ago)
- Topics: asp-net-core, csharp, efcore, entity-framework-core, sql-server
- Language: C#
- Homepage:
- Size: 2.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuizzCraft
## How to Run this project ?
> Clone this Repository
```
git clone https://github.com/Rushi0508/QuizzCraft.git
```
### 1. App.config (QuizzCraft - Service) - Connection String
```xml
```
### 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
| | |
| ------------------------- | ------------------------- |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
| | |
> Team members