Skip to content

Example chat app using the SoFT stack

Notifications You must be signed in to change notification settings

GodBleak/SoFT-Chat

Repository files navigation

SoFT Chat

About

This is an example chat app using the SoFT stack. It's largely based on Feathers Chat, but using SolidJS for the front-end.

This was created from the SoFT template.

Setup

  • Clone this repo
  • Run npm install to install dependencies
  • Run npm run generate:secret to generate the JWT secret
  • Replace CHANGE_ME in config/default.json with the generated secret
  • Run npm run migrate to create the database

Usage

Development

Production

  • Run npm run build to build your app for production. By default, the output will be in the lib folder.
  • Run npm start to start the server in production mode.