https://dinobook.herokuapp.com/
Shell (Mac, Linux):
curl -fsSL https://deno.land/x/install/install.sh | sh
PowerShell (Windows):
iwr https://deno.land/x/install/install.ps1 -useb | iex
Homebrew (Mac):
brew install deno
Chocolatey (Windows):
choco install deno
Scoop (Windows):
scoop install deno
Build and install from source using Cargo
cargo install deno
In windows :
-
Navigate to root directory
-
Make folder data
-
Navigate to C:/data
-
Make folder db
https://github.com/untrulynoxiusmj/dinoBook
Navigate to the directory where you have cloned or downloaded the project
In terminal,
deno run --allow-env --allow-read --allow-net --allow-write --allow-plugin --unstable server.ts
Server will start
Go to http://127.0.0.1:4000/ in browser