Communication server using the Nexlink protocol
| prisma | ||
| src | ||
| .gitignore | ||
| docker-compose.yml | ||
| env | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| prisma.config.ts | ||
| README.md | ||
| tsconfig.json | ||
Tether
Communication server using the Nexlink protocol
Setting up development environment
Install dependencies
- npm install
Set up and start postgres database
- docker compose pull
- docker compose up
Create database migrations
- npx prisma migrate dev
Generate database client
- npx prisma generate
Start the server
- npm start