Skip to content

obh/slack-app-javascript

Repository files navigation

Description

A Slack App built on the NestJS Framework utilizing Prisma. Prisma is used as the installation store and also for other functionality.

Build

Build the docker image

$ docker build -t slack-app .

Running the app

$ docker run -p 3000:3000 --env-file .env -d slack-app

Without Docker

# Build Prisma
$ npx prisma generate --schema=prisma/schema.prisma

# Build 
$ npm run build

# Start the server
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published