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
- Host: GitHub
- URL: https://github.com/mochafreddo/hi-nest
- Owner: mochafreddo
- Created: 2024-02-10T01:51:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T02:55:42.000Z (over 2 years ago)
- Last Synced: 2025-03-02T22:34:04.129Z (over 1 year ago)
- Topics: api, javascript, nestjs, nodejs, nomadcoders, typescript
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)