Clone this repository to your machine
Run
npm install
to install all dependencies
Copy
.env.example
to.env
file and update the postgresql credentials for production environment also set NODE_ENV to production if you want to run production, you can either use DB URL or set DB host,username,password and port with SSL for your DB connection.
Start project with
bun start
on production environment andbun dev
on development environment.