Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.18 KB

Here is a two seperate project with one API project as Voting made in .net core with CQRS pattern and a Voting-UI made in angular 17 with standalone feature in Facade pattern. 3 tables are maintained here

  1. Voter -> saves the voter details
  2. Candidate -> saves the candidate details
  3. Vote -> saves the voter and candidate that have done the voting

Initail application UI image

Add Voters

image

Add Candidates

image

image

Voting !!! Before voting is submitted image After voting is done image

Once the vote for the particular voter is done that user is not seen in the dropdown Here Voter 1 is not available image