Skip to content

D3struf/Wer2Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wer2Go: A Web-Based Smart Voting System for Destination Selections Integrated with Google Maps using Kemeny-Young Method in Rank Aggregation

Voting System using Kemeny-Young Algorithm for Decision Theory Project using:

User Interface
     
Back End
 
Package Managers
 
Coding Workspace
 

Usage

Note: You need to have NVM installed before performing the following steps. You can follow this installation instruction for windows made by FREECODECAMP.

In your created folder, clone the repository using git

git clone https://github.com/D3struf/Web-Socket.git

In VSCode terminal, create a new terminal for:

  • in Client
    1. run cd client
    2. run npm run start
      The page will reload if you make edits.
      You will also see any lint errors in the console.
  • in Server
    1. run cd server
    2. run npm run devStart
      The server will reload if you make edits.
      You will also see any lint errors in the terminal.

Open http://localhost:8080 to view it in the browser.