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
- Host: GitHub
- URL: https://github.com/matheusvicente7/boilerplate-nodejs-typescript-sequelize-eslint
- Owner: MatheusVicente7
- Created: 2022-08-23T01:18:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T18:59:13.000Z (almost 4 years ago)
- Last Synced: 2025-06-11T06:46:57.067Z (about 1 year ago)
- Topics: boilerplate-template, eslint, nodejs, prettier, sequelizejs, typescript
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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