Skip to content

Simple Node.js API to help people find locations to get PVCs and Vote in the upcoming Nigeria General Elections.

License

Notifications You must be signed in to change notification settings

9jaswag/govote-api

 
 

Repository files navigation

govote-api

Simple Node.js API to help people find locations to get PVCs and Vote in the upcoming Nigeria General Elections.

Getting Started

  1. Install required dependencies - npm install
  2. Copy .env.example to .env. Remember to edit in your own credentials - cp .env.example .env.
  3. Run migrations with knex - node_modules/.bin/knex migrate:latest
  4. Seed database - node_modules/.bin/knex seed:run
  5. Start server - node app.js or nodemon app.js

Todo

About

Simple Node.js API to help people find locations to get PVCs and Vote in the upcoming Nigeria General Elections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%