Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmanh/nestjs-starter
- Owner: xmanh
- Created: 2023-09-04T07:04:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:11:39.000Z (2 months ago)
- Last Synced: 2024-10-23T11:43:32.168Z (2 months ago)
- Language: TypeScript
- Size: 776 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```