Skip to content

Tesis-project/auth-ms

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published