Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 569 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 569 Bytes

How to run

Install dependencies

cargo install

docker and postgres

docker

docker compose build

docker compose up -d neu_server

run maker file

make build this will build docker deps and build the server make run this will run the server make sqlx_prepare this will run sqlx prepare command