Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.4 KB

README.md

File metadata and controls

64 lines (45 loc) · 1.4 KB

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