Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

aHub-Tech/hub-api

Repository files navigation

Hub-Api

About 🔖

The Hub-API is a Backend developed for Hub Community on discord 🤖

Link 🕸️:

The Hub-API link is: Hub-API 🤖

Technologies 🚀

License 📝

This project is licensed under the terms of the MIT license. View the file LICENSE for more details.

Contributors ⭐

Caio Emidio
Caio "Em1dio" Carnelos

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