Skip to content

marekmika/just-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

It is really just a chat application that is using SolidJs on FE and communicates via GraphQL with BE which is NestJs/Prisma/PostgreSQL based

Prerequisites

Create and fill up .env file in root folder based on .env-dev file for FE and BE. For DB is prepare a docker container in docker-compose.yml

Installation

FE

$ pnpm install

BE

$ yarn

Running the app

FE

$ pnpm dev

BE

$ yarn

Test

BE - Be aware that execution of this command will drop and load fixtures

# e2e tests
$ yarn test:e2e

Generate

BE - Generate sections of app

# plop
$ yarn plop:generate

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published