git clone https://github.com/YumeT023/facebak-api
navigate to the project directory: cd facebak-api
yarn install or npm install
DATABASE_URL="postgresql://{{name}}:{{password}}@localhost:5432/{{database}}?schema=public"
{{name}}
your postgres username, postgres by default on windows{{password}}
your postgres password{{database}}
db name
npx prisma db push
npm run dev
npm run build
node build/app.js
Format
npm run formatlint
check code style issues