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

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


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

Last synced: 4 months 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
```