Skip to content

Haolaaa/Rust-Web-App

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published