Deno Crud Jwt Save

🦕 basic jwt implementation with CRUD operations using deno + postgres

Project README

Deno crud Api + jwt

A simple boilerplate for Deno CRUD Api, with jwt authentication.

Features

Prerequisites

  • Deno v1.
  • Postgres

Getting Started

git clone https://github.com/22mahmoud/deno_crud_jwt.git

cd deno_crud_jwt

cp .env.example .env

before run the server fill .env values.

# download & cache all deps
deno cache ./deps.ts

# migrate database after fill your env file
deno run --allow-net --allow-read --allow-env https://deno.land/x/nessie/cli.ts migrate

# run the server
deno run --allow-net --allow-env --allow-read --unstable src/index.ts
Open Source Agenda is not affiliated with "Deno Crud Jwt" Project. README Source: 22mahmoud/deno_crud_jwt
Stars
97
Open Issues
2
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating