Skip to content

darara47/library

Repository files navigation

Library - back-end

Application to manage library.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Database

# generate migration
$ npm run migrations:generate

# run migration
$ npm run migrations:run

# run seeds
$ npm run seed

About

Application to manage library.

Topics

Resources

Stars

Watchers

Forks