Express.js API and configure it to use Sequelize to interact with a MySQL database
- Express.js
- Sequelize
- MySQL
- Node.js
- requires NPM and Node.js and aabove listed NPM packages
To deploy app locally, please run (cmd)
npm install
, npm start run
To deploy "production" version of the app, run
npm build
, npm run build
n/a