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
Formatnpm run formatlintcheck code style issues