Skip to content

Arikato111/learn-api-with-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express + MySQL

try to use MySQL with Nodejs

Get started

  • Clone this repository
  • Create .env like .env.example enter your MySQL -- $!important$ --
  • npm install
  • npm run dev

Inside it

  • express
  • dotenv
  • mysql
  • nodemon

Database [ MySQL ]

Table name: usr

Field Type Key Extra
id int(10) PRI auto_incroment
email varchar (50)
fname varchar (50)
password varchar (50)

About

express with mysql on nodejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published