try to use MySQL with Nodejs
- Clone this repository
- Create
.envlike.env.exampleenter your MySQL --$!important$ -- npm installnpm run dev
- express
- dotenv
- mysql
- nodemon
Table name: usr
| Field | Type | Key | Extra |
|---|---|---|---|
| id | int(10) | PRI | auto_incroment |
| varchar (50) | |||
| fname | varchar (50) | ||
| password | varchar (50) |