Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 853 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 853 Bytes

Nest Logo NestJS Journey

🏁 Introduction

Hey, hello, how's going 🙂?

This is a documentation of me learning NestJs, coding, discovering, testing, etc. Hope you'll find it useful and can help you at some point.

💻 Run the project

# Install the dependencies
$ npm install
# Run the project in watch mode
$ npm run start:dev

🔖 Chapters

✨ Credits and resources

This documentation is based on the official NestJs docs 🐈. And, this repository is based on the Nest TypeScript starter.