To use this repository, follow the steps below:
You need to have the following tools installed on your machine:
git clone [email protected]:tractr/traxion-examples.git
npm install
npx prisma generate
cp .env.example .env
docker compose up -d
npx prisma db push
npx prisma db seed
http://localhost:3000/graphql
http://localhost:3000/api
npm install -g @railway/cli
or
brew railway
railway login
railway link
railway add --plugin postgresql
railway run npx prisma db push
railway run npx prisma db seed