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

https://github.com/passeriform/portfolio-api

A minimal API for serving configuration files
https://github.com/passeriform/portfolio-api

Last synced: 11 months ago
JSON representation

A minimal API for serving configuration files

Awesome Lists containing this project

README

          

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest


A minimal API backend for supplying portfolio information. Uses Nest.js and Fastify under the hood and hosted on Heroku

## Using the API
You can access the publicly avaiable API at the heroku hosted link [here](passeriform-portfolio-api.herokuapp.com)

## Installation

```bash
$ npm 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
```

## License

This project is under [MIT license](LICENSE).