An open API service indexing awesome lists of open source software.

https://github.com/rubenoalvarado/crisenix-api-v2

Backend for Crisenix mobile app
https://github.com/rubenoalvarado/crisenix-api-v2

nestjs nestjs-backend nodejs typescript

Last synced: 2 months ago
JSON representation

Backend for Crisenix mobile app

Awesome Lists containing this project

README

        

## Description

Backend API for crisenix app.
© Ruben Alvarado.

## Installation

```bash
$ npm run install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## Documentation

```bash
# Swagger
$ localhost:3000/api

```

## Stay in touch

- Author - [Ruben O. Alvarado](https://github.com/RubenOAlvarado)
- Instagram - [Ruben O. Alvarado](https://www.instagram.com/alvaradorubo/)
- Gitlab - [Munditoro](https://gitlab.com/Munditoro)

## License

UNLICENSED.