bolorundurowb / atheneum-api

NestJS powered API for my personal library handling software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atheneum API

API backing the Atheneum app.

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

About

NestJS powered API for my personal library handling software

License:GNU General Public License v3.0


Languages

Language:TypeScript 81.6%Language:Handlebars 17.5%Language:JavaScript 0.8%Language:Procfile 0.0%