Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoanle396/nestjs-learning-app-backend
Backend for study app learning using nestjs
https://github.com/hoanle396/nestjs-learning-app-backend
javascript nest nestjs nodejs typescript
Last synced: about 1 month ago
JSON representation
Backend for study app learning using nestjs
- Host: GitHub
- URL: https://github.com/hoanle396/nestjs-learning-app-backend
- Owner: Hoanle396
- Created: 2022-05-31T00:56:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T05:43:27.000Z (over 1 year ago)
- Last Synced: 2024-12-14T11:44:12.036Z (about 1 month ago)
- Topics: javascript, nest, nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 869 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
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ yarn```
## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn dev# production mode
$ yarn start:prod```
## Environment Example```bash
DATABASE_USER=postgres
DATABASE_PASSWORD=postgres
DATABASE_DBNAME=postgresGOOGLE_ID=
GOOGLE_SECRET=APP_HOST=http://127.0.0.1:3000/
```
# MORE
[video](https://user-images.githubusercontent.com/89791546/175993905-7aeabf79-95e9-4920-95f3-ff108c42cdf9.mp4)
Nest is [MIT licensed](LICENSE).