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.
- Host: GitHub
- URL: https://github.com/webmasterdevlin/heroes-nestjs-mysql
- Owner: webmasterdevlin
- License: mit
- Created: 2019-01-23T08:38:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:58:43.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:22:30.750Z (4 months ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- 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.
