Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 453 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 453 Bytes

Installation

1. Clone project and install

$ yarn install

2. Set .env file

For dev in localhost, Copy the .env.template file and rename it
as .env to initialize your environment variables

3. Create and initialize the database with docker

$ docker compose up -d

Migrations

Create migration

$ npx mikro-orm migration:create -n name

Load migration

$ npx mikro-orm migration:up