Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 856 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 856 Bytes

Build Status

Forall Server

Forall is the repository for Formality files.

Description

This app is built with Nest framework.

Running with Docker

If you do not want to configure node and everything, you can run the service in prod mode with docker by running docker-compose up -d. That will start everything in background and you can check the docs for the API on http://localhost:3000/apidoc

Installation

$ npm install

Running the 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