Skip to content

Crash game, backend with Node, Express, Socket and managed DB with Knex, Solana web3

Notifications You must be signed in to change notification settings

0xapp123/degenTaxi-BE

Repository files navigation

Taxi Baster Game 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

About

Crash game, backend with Node, Express, Socket and managed DB with Knex, Solana web3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published