hydrogen-nodejs-server icon indicating copy to clipboard operation
hydrogen-nodejs-server copied to clipboard

A social media backend api powered by Nodejs and Prisma

Hydrogen - Social media REST API (Powered by Nodejs)

Installation

  • create .env
  • copy .env.example inside .env
  • setup postgresql and update DATABASE_URL inside .env
  • install dependencies pnpm i
  • create database and tables pnpx prisma db push
  • start server pnpm run dev