Skip to content

IlhamSetiaji/chat-socket-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install this project using node.js or bun

  git clone https://github.com/IlhamSetiaji/chat-socket-be.git
  cd chat-socket-be
  cp .env.example .env
  npm install or bun install

To migrate the database schema

  npx prisma db push or bunx prisma db push
  npx prisma generate or bunx prisma generate

to run this project

npm run dev or bun run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published