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

https://github.com/mochafreddo/hi-nest

Learning NestJS by making an enterprise ready API
https://github.com/mochafreddo/hi-nest

api javascript nestjs nodejs nomadcoders typescript

Last synced: 2 months ago
JSON representation

Learning NestJS by making an enterprise ready API

Awesome Lists containing this project

README

          

# Hi-Nest Project

This is a project built with NestJS, a progressive Node.js framework for building efficient, reliable and scalable server-side applications.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

- Node.js
- npm

### Installing

1. Clone the repository: `git clone https://github.com/mochafreddo/hi-nest.git`
2. Navigate into the project directory: `cd hi-nest`
3. Install the dependencies: `npm install`

## Running the Application

- For development, use: `npm run start:dev`
- For production, use: `npm run start:prod`

## Running the Tests

- To run the unit tests, use: `npm run test`
- To run the end-to-end tests, use: `npm run test:e2e`

## Built With

- [NestJS](https://nestjs.com/)
- [TypeScript](https://www.typescriptlang.org/)

## Reference

- [Nomad Coders: NestJS로 API 만들기](https://nomadcoders.co/nestjs-fundamentals)