Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 749 Bytes

Online-Voting-backend

How To run

  • Download pgadmin version 13.2 from https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
  • Run It
  • Make a new server

server config

Name : localhost
Host name/addr : 127.0.0.1
Port : 5433
Password : password
HIT SAVE

make database

  • make a new database named 'online_voting'
    HIT SAVE

Setup node