๐Ÿ—๏ธ Experiment with Nest.js

April 23, 2023 ยท View on GitHub

CI Prettier GPL v3 License

Nest Logo

Not to be taken seriously

Features

TODO

Run Locally

Clone the project

  git clone https://github.com/leosuncin/mere-defiant.git

Go to the project directory

  cd mere-defiant

Install dependencies

  pnpm install

Start the server

  pnpm start:dev

Running Tests

To run unit tests, run the following command:

  pnpm test

To run e2e tests (the MySQL instance must be available), run the following command:

  pnpm test:e2e

Here are some more example projects with Nest.js

Authentication example

API example

TypeORM custom repository

License

Release under the terms of GPL v3