Skip to content

In this example, implemented the JWT auth, CRUD post, Prisma mongodb in ElysiaJS framework

Notifications You must be signed in to change notification settings

charan-sai-v/elysiajs-simple-auth-and-crud-prisma-mongodb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elysia with Bun runtime

Getting Started

To install packages:

bun install

update mongodb url in .env

DATABASE_URL="mongodb://localhost:27017/db"

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.

About

In this example, implemented the JWT auth, CRUD post, Prisma mongodb in ElysiaJS framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published