https://github.com/tiesen243/yukikaze
Full-stack turbo repo with Next.js and ElysiaJS
https://github.com/tiesen243/yukikaze
elysiajs nextjs tailwindcss turborepo
Last synced: 9 months ago
JSON representation
Full-stack turbo repo with Next.js and ElysiaJS
- Host: GitHub
- URL: https://github.com/tiesen243/yukikaze
- Owner: tiesen243
- Created: 2024-08-28T19:52:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:06:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T07:13:25.490Z (over 1 year ago)
- Topics: elysiajs, nextjs, tailwindcss, turborepo
- Language: TypeScript
- Homepage:
- Size: 905 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yukikaze Repo
## Installation
```bash
git clone
cd yukikaze
bun install
```
## Usage
1. Start the postgres server with `docker`:
```bash
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres --name yukikaze-postgres postgres
```
2. Add the following environment variables to a `.env` file:
```
DATABASE_URL=postgres://postgres:postgres@localhost:5432/yukikaze-postgres
```
3. Run the application:
```bash
bun db:push
bun dev
```