mochafreddo / hi-nest

Learning NestJS by making an enterprise ready API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Reference

About

Learning NestJS by making an enterprise ready API


Languages

Language:TypeScript 92.5%Language:JavaScript 7.5%