Skip to content

tdrapied/api-vinylib

Repository files navigation

api-vinylib

This api developed in NestJS to manage your vinyl collection is used by vinylib.

Installation

$ npm install

Before you start

At the root of the project, execute the following commands:

cp .env.example .env

Migration

# run migration
npm run migration:run

# generate migration with a migration name
npm run migration:generate -- <path/name>

Running the app

npm run start

API: http://localhost:3000