This is a project built with NestJS, a progressive Node.js framework for building efficient, reliable and scalable server-side applications.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/mochafreddo/hi-nest.git
- Navigate into the project directory:
cd hi-nest
- Install the dependencies:
npm install
- For development, use:
npm run start:dev
- For production, use:
npm run start:prod
- To run the unit tests, use:
npm run test
- To run the end-to-end tests, use:
npm run test:e2e