Skip to content

agnusdei1207/axtix-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a36e9a8 · Feb 16, 2025

History

66 Commits
Feb 4, 2025
Feb 4, 2025
Feb 15, 2025
Feb 4, 2025
Feb 15, 2025
Jan 30, 2025
Feb 8, 2025
Feb 8, 2025
Feb 16, 2025

Repository files navigation

Rust

actix-web 연습장

  • sea orm 사용

  • postgres 연결

  • Docker Run DOCKER_RUN_CLI=docker run -d
    --name postgres_db
    -e POSTGRES_USER=rest
    -e POSTGRES_PASSWORD=rest
    -e POSTGRES_DB=rest
    -p 5432:5432
    -v postgres_data:/var/lib/postgresql/data
    postgres:latest

  • Sea orm cli CREATE_ENTITY_CLI=sea-orm-cli generate entity -u postgres://rest:rest@localhost:5432/rest -o entity/src

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published