https://github.com/devlinduldulao/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/devlinduldulao/heroes-nestjs-mysql
Last synced: 14 days ago
JSON representation
This is a backend service for Tour of Heroes web and mobile client app. Built using Nest Node framework.
- Host: GitHub
- URL: https://github.com/devlinduldulao/heroes-nestjs-mysql
- Owner: devlinduldulao
- License: mit
- Created: 2019-01-23T08:38:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:58:43.000Z (over 3 years ago)
- Last Synced: 2026-05-01T19:07:27.033Z (about 2 months ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
