Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 501 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 501 Bytes

frontend

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.1. Bun is a fast all-in-one JavaScript runtime.

backend

cargo watch -q -c -w src/ -x 'test model_ -- --test-threads=1 --nocapture'

DB

# Start the database
docker run --rm -p 5432:5432 -e "POSTGRES_PASSWORD=haola123" --name pg postgres:latest

# optional psql
docker exec -it -u postgres pg psql