Simple Node.js API to help people find locations to get PVCs and Vote in the upcoming Nigeria General Elections.
To run locally, you would need the following installed:
- Install required dependencies -
npm install
- Copy
.env.example
to.env
. Remember to edit in your own credentials -cp .env.example .env
. - Run migrations with knex -
node_modules/.bin/knex migrate:latest
- Seed database -
node_modules/.bin/knex seed:run
- Start server -
node app.js
ornodemon app.js
- Documentation
- Tests
- Implement Election Candidates feature
- Log all searches from clients
The #1 contribution you could make is to share, and tell people about govote.
View the Contribution Guide for how to contribute.