Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Node-MySQL-StarterCode⚡

This repository contain the basic implementation of a express server with mysql. This repository consist of two files: A database connection file and an index file which you can modify according to your needs.

⚙️ Usage

First run

npm install

To start the development server run

npm run dev