kushalshit27 / nodejs-sequelize-typeScript

This template will help you to build your own API with Node.js + Express+ Sequelize + TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS + Sequelize + TypeScript

Codacy Badge

Node.js CI

Testes project Sequelize v5 + TypeScript no Node.

Setup

setup .env to run local:

NODE_ENV=development

MYSQL_DATABASE=database_name
MYSQL_USER=your_user
MYSQL_PASSWORD=user_password
MYSQL_ROOT_PASSWORD=root_password
MYSQL_HOST=127.0.0.1

About

This template will help you to build your own API with Node.js + Express+ Sequelize + TypeScript


Languages

Language:TypeScript 100.0%