Currently this api offers only very basic capabilities, such as:
- You can get all election results
- You can get a specific city result
API Endpoints are
/electionresults/
: for all election results/electionresults/:city_licence_plate_number/
: for a specific city results (ex /electionresults/34 is Istanbul)
It is a WIP progress application, and main intention is learning how to code an express application, so you may see some bad practices in the code. Please inform me about this issues via e-mail or raising an issue in Github
https://thawing-crag-38359.herokuapp.com/electionresults/ Note: Since applications runs on heroku free-tier and uses mongo-db atlas for data storage, don't expect so much performance.