NodeJS Backend Starter Kit is a template for creating backend REST APIs using NestJS, TypeORM, and Auth0 with clean architecture.
- Node.js version 18 or above
- npm version 6 or above
- Clone this repository:
git clone https://github.com/yourusername/nbesk.git
- Navigate to the project directory:
cd nbesk
- Install the dependencies:
npm install
To use this project as a template for your own project, you can link it to your global npm modules:
npm run link
This will allow you to create a new project based on this template by running nbesk create <project-name>
.
Contributions are welcome! Please read the contributing guidelines first.