Skip to content

GlennTractr/traxion-examples-api-2

Repository files navigation

Stack Examples

To use this repository, follow the steps below:

Prerequisites

You need to have the following tools installed on your machine:

Installation

Clone the repository

git clone git@github.com:tractr/traxion-examples.git

Install project dependencies

npm install

Generate the required files

npx prisma generate

Create the environment file

cp .env.example .env

Launch the Docker Compose that contains the database

docker compose up -d

Setup de database

npx prisma db push
npx prisma db seed

Access

GraphQL Playground

http://localhost:3000/graphql

Api

http://localhost:3000/api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published