/devotionals-api

API for ASD devotionals

Primary LanguageTypeScript

Personal Page Logo

API for ASD devotionals

Description

An API for retrieve ASD devotionals.
The database is public for reading and the URL connection can be found in the app module.
Feel free to use it.

Installation

# Clone the repository
$ git clone https://github.com/jonathangomz/devotionals-api.git

# Install the dependencies
$ cd devotionals-api
$ 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

Documentation

Read the Documentation for more information of how to use the api.

Stay in touch