All Projects → ErxiaHQ → govote-api

ErxiaHQ / govote-api

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to govote-api

rgxp
Regular Expression Collection (ReactJS, Redux, React Router, Recompose, NodeJS, Express)
Stars: ✭ 62 (+313.33%)
Mutual labels:  knex
shrtn-it
A url shortener developed as a course completion project
Stars: ✭ 16 (+6.67%)
Mutual labels:  knex
back-boilerplate
A boilerplate for building RESTful APIs using Node.js, PostgreSQL, koa, knex, bookshelf.
Stars: ✭ 33 (+120%)
Mutual labels:  knex
elections-api
Serving JSON for all elections since 1992
Stars: ✭ 16 (+6.67%)
Mutual labels:  elections
SciencesPo
A tool set for analyzing political science data
Stars: ✭ 33 (+120%)
Mutual labels:  elections
koa-orm
koa orm using sequelize & sk2 (fork from knex)
Stars: ✭ 62 (+313.33%)
Mutual labels:  koajs
monitorizare-vot-ios
iOS election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
Stars: ✭ 17 (+13.33%)
Mutual labels:  elections
freedomvote
A tool to represent the views of politicians and parties as a help to the voters.
Stars: ✭ 15 (+0%)
Mutual labels:  elections
express-objection-starter
an opinionated, production-ready, isomorphic express/knex/objection starter with centralized configuration
Stars: ✭ 19 (+26.67%)
Mutual labels:  knex
cookbook
VueJS + NodeJS Evergreen Cookbook
Stars: ✭ 440 (+2833.33%)
Mutual labels:  knex
fullstack-typescript
A demo project of a full stack typescript application
Stars: ✭ 28 (+86.67%)
Mutual labels:  knex
yournextrepresentative
A website for crowd-sourcing structured election candidate data
Stars: ✭ 56 (+273.33%)
Mutual labels:  elections
don-blog
一个基于Vue.js + Nuxt.js + SCSS + ES6/7 + Node.js + Koa.js + MySQL + Redis开发的个人博客。
Stars: ✭ 77 (+413.33%)
Mutual labels:  koajs
nestjs-objection
Objection module for NestJS
Stars: ✭ 24 (+60%)
Mutual labels:  knex
zola-api
Zola’s API.
Stars: ✭ 23 (+53.33%)
Mutual labels:  knex
Mat-O-Wahl
🇩🇪 Mat-O-Wahl - Ein einfach zu bedienender, freier Open Source Wahl-O-Mat Klon fuer jedermann ### 🇬🇧 🇺🇸 A simple to handle, free "Voting Advice Application" / "Electoral Compass" alternative
Stars: ✭ 27 (+80%)
Mutual labels:  elections
koahub-cli
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。
Stars: ✭ 16 (+6.67%)
Mutual labels:  koajs
tech-hubs
🏠 🏢 Where are the tech hubs in Nigeria?
Stars: ✭ 142 (+846.67%)
Mutual labels:  nigeria
Nigerian-states-api
An api for basic information about all 36 states in Nigeria
Stars: ✭ 26 (+73.33%)
Mutual labels:  nigeria
nigerian-laws
A compilation of the Laws, Enactments and Subsidiary Legislation of the Federation of Nigeria in Markdown
Stars: ✭ 15 (+0%)
Mutual labels:  nigeria

govote-api

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

Requirements

To run locally, you would need the following installed:

  1. MySQL
  2. Node.js and NPM

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

Contributing

The #1 contribution you could make is to share, and tell people about govote.

View the Contribution Guide for how to contribute.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].