felipewom / nbesk

NodeJS Backend Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBesk

NodeJS Backend Starter Kit is a template for creating backend REST APIs using NestJS, TypeORM, and Auth0 with clean architecture.

Prerequisites

  • Node.js version 18 or above
  • npm version 6 or above

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/nbesk.git
  2. Navigate to the project directory:
    cd nbesk
  3. Install the dependencies:
    npm install

Usage

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>.

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

MIT

About

NodeJS Backend Starter Kit

License:MIT License


Languages

Language:JavaScript 61.0%Language:TypeScript 39.0%