Skip to content

Latest commit

 

History

History
88 lines (62 loc) · 3.82 KB

README.md

File metadata and controls

88 lines (62 loc) · 3.82 KB

Nest Logo

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 framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

# test request - Insomnia
# Importing configurations into Insomnia

1. Ensure you have Insomnia installed on your machine.
2. Download the configuration file `db_vieira_games.json`.
3. Open Insomnia, go to 'Preferences' > 'Data' > 'Import Data' > 'From File', and select the downloaded file to import the settings.

# Creating the database

To work with the APIs imported into Insomnia, create a database called `db_vieira_games` in your preferred database management system. Use the following SQL command to create the database:

```sql
CREATE DATABASE db_vieira_games;

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.