Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkssharma/nestjs-advance-course
nestjs advance course
https://github.com/tkssharma/nestjs-advance-course
nestjs nestjs-backend nodejs typescript
Last synced: 7 days ago
JSON representation
nestjs advance course
- Host: GitHub
- URL: https://github.com/tkssharma/nestjs-advance-course
- Owner: tkssharma
- Created: 2021-03-14T16:14:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T07:20:55.000Z (almost 3 years ago)
- Last Synced: 2024-12-24T02:12:07.678Z (14 days ago)
- Topics: nestjs, nestjs-backend, nodejs, typescript
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=i1wN86rnMEI&list=PLIGDNOJWiL1_YrquGbDDN4BNNRy678Spr
- Size: 1.03 MB
- Stars: 304
- Watchers: 8
- Forks: 131
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nest JS Tutorials
https://www.youtube.com/watch?v=8d75-sTi4UI&list=PLIGDNOJWiL1_AhUGgmwz7RhyXwX5aVLj4[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ cp env.example .env
docker-compose build
docker-compose up
```