This is simple chat messaging backend using Bun with Elysia.
To get started with this run the following commands in your terminal:
-
Install the required dependencies:
bun i
-
Start the development server:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
- You can view your database using :
npx prisma studio