Skip to content

AdrienEtienne/coconut-island

Repository files navigation

Build Status

Coconut Island

An awesome misterious project.

Installation

$ npm install

Running the app

Postgres Database

$ docker run -it -p 5432:5432 postgres:11.6

App

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Migration

# Run migrations
$ npm run typeorm -- migration:run

# Generate a migration
$ npm run typeorm -- migration:generate -n AddMigration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published