Update docs; Add invites to db

This commit is contained in:
Aslan 2025-12-24 13:09:33 +01:00
parent 4f08e4d57f
commit 2fc0f9c404
4 changed files with 70 additions and 34 deletions

View file

@ -7,10 +7,17 @@ Communication server using the Nexlink protocol
### Install dependencies
- npm install
### Set up and start postgres database
### Set up and start postgres database (docker)
- docker compose pull
- docker compose up
### Set up and start postgres database (podman)
- podman-compose pull
- podman-compose up
### Set up .env file and fill in the environment variables
- cp env .env
### Create database migrations
- npx prisma migrate dev