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
- Host: GitHub
- URL: https://github.com/halvardssm/deno-rest-api
- Owner: halvardssm
- License: mit
- Created: 2021-01-13T10:02:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T13:50:30.000Z (almost 5 years ago)
- Last Synced: 2025-04-22T01:41:05.027Z (about 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`