/yukikaze

Full-stack turbo repo with Next.js and ElysiaJS

Primary LanguageTypeScript

Yukikaze Repo

Installation

git clone
cd yukikaze
bun install

Usage

  1. Start the postgres server with docker:
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres --name yukikaze-postgres postgres
  1. Add the following environment variables to a .env file:
DATABASE_URL=postgres://postgres:postgres@localhost:5432/yukikaze-postgres
  1. Run the application:
bun db:push
bun dev