KarimovFarda / nest-starter-kit

Nest.js Starter Kit
9 stars 0 forks source link

Nest.js Starter Kit

Nest.js Starter Kit is a comprehensive boilerplate for kickstarting Nest.js projects with ease. With just one command, you can initialize a new Nest.js project with essential configurations and commonly used modules, saving you time and effort in setting up your project structure.

Features

Preconfigured

Installation

To create a new Nest.js project using the starter kit, simply run the following command:

npx nestjs-starter-kit project_name

Replace project_name with the desired name for your project.

Getting Started

After initializing your project using the starter kit, follow these steps to start developing your Nest.js application:

  1. Create the Database: Create the database, then add the database name to the env file in the DB_NAME field.

  2. Start the Development Server: Run the following command to start the development server:

    npm run start:dev
  3. Start Coding: Begin developing your Nest.js application! The starter kit comes preconfigured with essential files and directories to help you get started quickly.

Contributing

Contributions are welcome! If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Nest.js Starter Kit - Created by Karimov Farda