Skip to content

Web application to chat in direct with friends. User can log in, write, update, delete messages, create channels...

Notifications You must be signed in to change notification settings

prudenceG/WildChat

 
 

Repository files navigation

env setup

- see .env.example

mirgations scripts

- Create migration script : npm run migration:create nameOfTheMigration
- Run all migrations script : npm run migration:run
- install the extension pg crypto dans postgresql : CREATE EXTENSION pgcrypto;

dependencies

api :
- npm i

web-app :
- cd web-app && npm i

About

Web application to chat in direct with friends. User can log in, write, update, delete messages, create channels...

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 7.3%
  • HTML 2.5%
  • TypeScript 2.3%
  • Shell 0.1%