Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brickpop/adminjs-deno
Starter of an AdminJS app running on Deno
https://github.com/brickpop/adminjs-deno
Last synced: 11 days ago
JSON representation
Starter of an AdminJS app running on Deno
- Host: GitHub
- URL: https://github.com/brickpop/adminjs-deno
- Owner: brickpop
- Created: 2024-02-11T20:37:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T22:55:59.000Z (10 months ago)
- Last Synced: 2024-04-15T23:12:47.574Z (9 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdminJS Deno template
A starter project to build an AdminJS app running on Deno.
## Get started
Define your settings on the `.env` file:
```sh
cp .env.example .env
```Then, start the development server with:
```sh
# Optional DB Server
deno task dev:db &# Start the app
deno task dev
```