Skip to content

le-harivansh/simple-list-backend

Repository files navigation

Simple List

A simple application that CRUDs list items.

Installation

$ yarn install

Running the app

Migrate & seed the database

# migrate
$ yarn run migration:run

# seed
$ yarn run seeder:run
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

A simple list that allows the user to CRUD list items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published