alexyin0978 / crud-express-mysql-demo

CRUD with Express and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crud-express-mysql-demo

.env example

# server
SERVER_PORT=8080

# MySQL
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=xxxxxxxxx
DB_NAME=xxxxxxxxx

About

CRUD with Express and MySQL


Languages

Language:TypeScript 100.0%