Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Nest Logo

[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.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us


## 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=postgres

GOOGLE_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).