Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xmanh/nestjs-starter


https://github.com/xmanh/nestjs-starter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Description

Project use [Nest](https://github.com/nestjs/nest) 10 framework TypeScript

## Requirements

- Docker and docker-compose are installed.
- NodeJS version 18 is installed.

## Development

Migrate database and running the app

```bash
$ cp .env.example .env
$ docker-compose up
```

## Deploy
Prepare Database and update .env file

```bash
$ cp .env.example .env
```

Build app

```bash
$ yarn
$ yarn build
```

Migrate database and running the app

```bash
$ ./bin/prod.sh
```