~thecashewtrader/codebattles-october-backend

Add static linking flags to Makefile
Fix typo in README.md

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~thecashewtrader/codebattles-october-backend
read/write
git@git.sr.ht:~thecashewtrader/codebattles-october-backend

You can also use your local clone with git send-email.

#Introduction

This is a submission for the CodeBattles October Challenge.

Link: https://codebattles-october-backend.rehantdaphedar.xyz

#Notes For Judges

  • In the sample API, not all advocates have a twitter field. The data used in this API replaces NULL with a link to Dennis' Twitter.
  • The prev_page and next_page keys in the sample API seem to show undefined behavior and always seemed to be false. That has been replicated.
  • The sample API has companies and follower_count keys, but the Challenge Description doesn't contain them. Thus, they have been omitted.