VoteQueen

Desktop App C# dotnet implement Windows Forms | Sql Server

Stars
0
Committers
2

Init Project

Share Files And Videos

Specification

In Powersheel execute the command:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ​

please execute next commands in powersheel

Install Dependencies

Developer Folder

cd C:\users\$Env:Username\Documents\
mkdir Developer
cd Developer

clone repository

git clone https://github.com/Savecoders/VoteQueen.git
cd VoteQueen

Config git user

git config --global user.name "username"
git config --global user.email "[email protected]"

please using your username and email from github

[!NOTE] It's the most important step from execute this project

Run Project in normal mode

dotnet run

Push and pull changes

git pull --set-upstream origin main
git push --set-upstream origin main
Related Projects