Skip to content

Take home assignment for Wolfpack, implementing a real-time chat on a map. Using Angular and Nest.js with WebSockets.

Notifications You must be signed in to change notification settings

Mallfurion/wolfchatter

Repository files navigation

Wolfchatter

requirements

  • nodejs
  • npm

setup

sudo npm i -g @nrwl/nx
npm i

start postgres docker

docker-compose -f apps/api/docker-compose.yml up -d

run

nx serve api
nx serve client

or

nx run-many --target=serve --projects=api,client --parallel

add API resource

nx g @nestjs/schematics:resource --sourceRoot=apps/api/src/app <name> --no-spec

add CLIENT component

nx g c <name>

ERD Diagram

erd

About

Take home assignment for Wolfpack, implementing a real-time chat on a map. Using Angular and Nest.js with WebSockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published