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.
First run
npm install
To start the development server run
npm run dev