Simple Node.js API to help people find locations to get PVCs and Vote in the upcoming Nigeria General Elections.
- 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
- Add seed data for all states in Nigeria
- Implement Election Candidates feature
- Log all searches from clients