Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 279 Bytes

File metadata and controls

23 lines (15 loc) · 279 Bytes

Batman Backend

Local setup

Install the dependencies with npm:

npm i

Next, copy the .env.example to .env and fill the env variables.

Development

npm run dev

Docker setup

docker compose up -d