Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 11 hours 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-30T17:15:03.000Z (10 months ago)
- Last Synced: 2024-11-11T09:05:37.299Z (about 2 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
| | |
| ------------------------- | ------------------------- |
| ![alt text](ScreenShots/image-1.png) | ![alt text](ScreenShots/image-2.png) |
| ![alt text](ScreenShots/image-3.png) | ![alt text](ScreenShots/image-5.png) |
| ![alt text](ScreenShots/image-4.png) | ![alt text](ScreenShots/image-6.png) |
| ![alt text](ScreenShots/image-7.png) | ![alt text](ScreenShots/image-8.png) |
| ![alt text](ScreenShots/image-9.png) | ![alt text](ScreenShots/image-10.png) |
| ![alt text](ScreenShots/image-11.png) | ![alt text](ScreenShots/image-12.png) |
| ![alt text](ScreenShots/image-13.png) | ![alt text](ScreenShots/image-14.png) |
| ![alt text](ScreenShots/image-15.png)| |> Team members