Getting Started
Install dependencies
npm installConfigure database
export DATABASE_URL="postgresql://user:pass@host:5432/dbname"Start server
node index.jsServer runs at https://codeskytz-api-lajj0.sevalla.app
npm installexport DATABASE_URL="postgresql://user:pass@host:5432/dbname"node index.jsServer runs at https://codeskytz-api-lajj0.sevalla.app