Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kratos-te/bonespoker-be
https://github.com/kratos-te/bonespoker-be
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kratos-te/bonespoker-be
- Owner: kratos-te
- Created: 2024-04-03T09:04:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T09:05:58.000Z (9 months ago)
- Last Synced: 2024-04-03T10:37:15.535Z (9 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bones Poker backend
## First time setup
```
nvm use
cp .env.local.example .env
docker-compose up -d
# Run in SQL in the DB: "CREATE EXTENSION pgcrypto;" to allow you to generate UUID column
yarn
yarn globals add knex
(cd src && knex migrate:latest)
```## Run development environment
`yarn dev`
## Tech stack
- PostgreSQL
- Typescript
- Node.js + Express
- Knex