jmbl1685 / deno-oak-apirest

Simple rest api using Deno + oak

Home Page:https://deno-oak-apirest.herokuapp.com/v1/players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Api Rest (oak)

Simple rest api using Deno + oak

https://deno-oak-apirest.herokuapp.com/v1/players

Methods

  • POST /v1/players
  • GET /v1/players
  • GET /v1/players/:playerId
  • PUT /v1/players/:playerId
  • DELETE /v1/players/:playerId

NOTE: For testing purposes the data storage is in memory, can add the database of your choice.

Getting Started

  $ npm i nodemon -g
  $ nodemon
  • Normal mode
  $ deno run --allow-all src/app.ts

Support

About

Simple rest api using Deno + oak

https://deno-oak-apirest.herokuapp.com/v1/players


Languages

Language:TypeScript 100.0%