Express test Project
this project create by Express
- node
- mysql
Clone the project check your DB configuration into .dbConfig.js. then you can run locally follow this step.
install package.json
npm install
or
yarn installStart the server
npm start
or
yarn strat