Update docs; Add invites to db
This commit is contained in:
parent
4f08e4d57f
commit
2fc0f9c404
4 changed files with 70 additions and 34 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue