Skip to content

ScriptBloxX/elysia-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elysia Playground

Version: 1.0.50

Introduction

Elysia Playground is a Node.js application designed to provide a development environment using the Elysia framework with Bun runtime. It allows for easy route management and integration with various services.

Installation

You can install the project dependencies using either npm or bun. Run one of the following commands in your terminal:

bun install

Available Scripts

  • dev: Starts the development server. Use bun run dev.
  • create-route: Creates a new route. Use bun create-route <route-name>.
  • remove-route: Removes an existing route. Use bun remove-route <route-name>.

Important Dependencies

  • @elysiajs/cors
  • @prisma/client
  • bcrypt
  • elysia
  • firebase
  • jsonwebtoken
  • nodemailer
  • uuid

Getting Started

To get started with this template, simply paste this command into your terminal:

bun install

Easy to route

bun create-route example
bun remove-route example

Development

To start the development server run:

bun run dev

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published