Skip to content

manthanank/crud-nestjs

CRUD NestJs

This is a simple CRUD (Create, Read, Update, Delete) application built using NestJS.

Installation

  1. Clone the repository:

    git clone https://github.com/manthanank/crud-nestjs.git
  2. Install dependencies:

    cd crud-nestjs
    npm install

Usage

Development Server

To start the development server with hot reloading, run:

npm run start:dev

The server will be running at http://localhost:3000 by default.

Build

To build the project, run:

npm run build

This will generate a dist folder containing the compiled code.

Testing

To run tests, use:

npm test

For more testing options, check the package.json file.

Configuration

Configuration for this project can be found in the config folder.

License

This project is licensed under the MIT Licensed.

Feel free to customize this README to better suit your project's specific features and requirements.

About

Nestjs Crud App

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published