Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wjw-gavin/nest-study
Nest.js + MySQL + Typeorm
https://github.com/wjw-gavin/nest-study
Last synced: 30 days ago
JSON representation
Nest.js + MySQL + Typeorm
- Host: GitHub
- URL: https://github.com/wjw-gavin/nest-study
- Owner: wjw-gavin
- Created: 2023-04-12T05:57:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T10:53:03.000Z (10 months ago)
- Last Synced: 2024-10-14T21:07:40.051Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 822 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
A project to learn [Nest](https://github.com/nestjs/nest) from scratch.
## Installation
```bash
$ pnpm install
```## Running the app
```bash
# development
$ pnpm run start# watch mode
$ pnpm run start:dev# production mode
$ pnpm run start:prod
```## Test
```bash
# unit tests
$ pnpm run test# e2e tests
$ pnpm run test:e2e# test coverage
$ pnpm run test:cov
```## License
Project is [MIT licensed](LICENSE).