- copy
.env.example
into.env
, also don't forget to setup with your env - install all dependencies with your fav package manager
yarn
ornpm
- execute
yarn generate:key
ornpm run generate:key
- execute
yarn prisma:migrate
ornpm run prisma:migrate
to migrate schema into your DB - run your API with
yarn dev
ornpm run dev
- please create 1
postgres
container and 1 customnetwork
- copy
.env.example
into.env
, also don't forget to setup with your env - execute
docker-compose --env-file ./.env up -d