Online voting system backend - Replacing manual voting system with online voting for easy userabilty, accuracy and efficiency.
Make electoral processes more easy and convenient with the use of online
-
Clone the repo using
git clone https://github.com/justinefe/voting-system.git -
Run
npm install -
Run
cp .env-example .env -
Add the required configuration to the
.envfile -
Run
npm start -
Visit
127.0.0.1:3020/api-docson your browser for the endpoint (If you specified a different port in.env, use that instead)