simphiwehlabisa / movie-quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Video

Watch the video

db create file

CreateDb.Sql

Tech used

React & asp.net core

Api Configuration

vite.config

     proxy: {
            '^/api/quiz': {
                target: 'https://localhost:7122/',
                secure: false
            }
        },

change target to the correct port "7122" might be in use on your machine

How to run client

cd reactapp
npm install
npm dev

About


Languages

Language:C# 48.0%Language:JavaScript 41.1%Language:CSS 9.1%Language:HTML 1.8%