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

https://github.com/webmasterdevlin/heroes-nestjs-mysql

This is a backend service for Tour of Heroes web and mobile client app. Built using Nest Node framework.
https://github.com/webmasterdevlin/heroes-nestjs-mysql

Last synced: 3 months ago
JSON representation

This is a backend service for Tour of Heroes web and mobile client app. Built using Nest Node framework.

Awesome Lists containing this project

README

        

# Nest node framework: Backend service for my Tour of Heroes web and mobile apps.

## How to run

run a MySQL database. Container or Locally.

```sh
$ git clone https://github.com/webmasterdevlin/NestBackendForTourOfHeroes.git
$ cd NestBackendForTourOfHeroes
$ npm run start:dev
```

## SwaggerUI
Url of api docs [http://localhost:5000/docs/](http://localhost:5000/docs/)

Screenshot for the client app version.
![screenshot](./screenshot.png)