An open API service indexing awesome lists of open source software.

https://github.com/matheusvicente7/boilerplate-nodejs-typescript-sequelize-eslint


https://github.com/matheusvicente7/boilerplate-nodejs-typescript-sequelize-eslint

boilerplate-template eslint nodejs prettier sequelizejs typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Boilerplate-Nodejs-typescript-sequelize-eslint

## Getting Started

To get started with `create-boilerplate-nodejs app-name`, run any of the following three commands, give the app name(AKA:Folder name) and it will install automatically!

### npm

```bash
npx create-boilerplate-nodejs app-name
```

### yarn

```bash
yarn create-boilerplate-nodejs app-name
```

### pnpm

```bash
pnpm dlx create-boilerplate-nodejs app-name
```

## Features

- **JWT Auth** using Email and Password
- Permissions
- Eslint
- Prettier
- Typescript

## To-Do

- **OAuth 2.0 Authentication**
- Flash notifications
- Node.js clusters support
- Email Support
- Change Password
- Forgot Password
- Reset Password
- Delete Account
- CSRF protection