Clone this repository to your machine
Run
npm installto install all dependencies
Copy
.env.exampleto.envfile 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 starton production environment andbun devon development environment.