Simple rest api using Deno + oak
https://deno-oak-apirest.herokuapp.com/v1/players
NOTE: For testing purposes the data storage is in memory, can add the database of your choice.
$ npm i nodemon -g
$ nodemon
Normal mode
$ deno run --allow-all src/app.ts
Heroku Buildpack