Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 359 Bytes

File metadata and controls

10 lines (8 loc) · 359 Bytes

Election

API for conducting elections

Installation and running

  • Check out repository
  • run npm install from project directory
  • execute node index.js. The application will be listening on 4200

Database

Simply create an empty schema in your mysql instance titled "election". When the app is started, the necessary tables will be created automatically