An open API service indexing awesome lists of open source software.

https://github.com/halvardssm/deno-rest-api

Template for deno rest api
https://github.com/halvardssm/deno-rest-api

deno

Last synced: 10 months ago
JSON representation

Template for deno rest api

Awesome Lists containing this project

README

          

# deno-rest-api

Template for deno rest api

## Commands

`make` or `make run` starts the server

`make dev` starts the server in a docker image

`make build` builds the docker image

`make migrate` runs migrations

`make rollback` runs rollback

## Migrations

To create migrations, run:
`deno run -A --unstable https://deno.land/x/nessie/cli.ts make migration_name`