/back-end

Project Omunga

Primary LanguageTypeScriptMIT LicenseMIT

🧑🏾‍💻

Omunga App Easy to use to be able to write your content

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Omunga Project github start Easy to use to be able to write your content

Installation

$ npm install or yarn install

Running the app with docker

# development
$ docker-compose up

Running the app

# development
$ npm run dev

# or
$ yarn dev

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

Running the migrations

# development
$ yarn migration:run

Create migration

# development
$ yarn migration:create --name=name_migration

Revert Migration

# development
$ yarn migration:revert

License

Nest is MIT licensed.