Skip to content

SaadMajeed565/BushJS-Chat-App-APIs

Repository files navigation

Bush.js Application

This is a starter application generated by the Bush.js CLI.

Setup

  1. Copy .env.example to .env
  2. Run:
    npm install
  3. Start development mode:
    npm run dev

Project structure

  • app/ — application controllers and models
  • routes/ — route definitions
  • src/ — app bootstrap and entrypoint
  • config/ — configuration files

Build

Compile TypeScript to JavaScript before production:

npm run build

Start

Run the compiled app:

npm run start

Framework console (Artisan-style)

The bushjs package ships a console runner (bushjs-console). From your project root:

npm run bush:console -- make:model Product
npm run bush:console -- make:controller OrderController
npx bushjs-console

The part after -- is passed to the framework (command name + arguments). Run npm run bush:console with no args to list commands.

About

This is chat app (backend) apis build using Bush.js Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors