Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 650 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 650 Bytes

Localhost

Instructions to use local environment.

Prerequisites

Running

Run in terminal:

docker-compose up -d

In api dir:

npm i
cp .env.sample .env
npx prisma migrate deploy
npm run dev

To destroy the env:

docker-compose down -v

Adminer Access

To access database management go to http://localhost:8080/ after start the env.

Access data:

  • System: PostgreSQL
  • Server: postgres
  • Username: admin
  • Password: password
  • Database: demeter