Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kratos-te/bonespoker-be


https://github.com/kratos-te/bonespoker-be

Last synced: 11 days ago
JSON representation

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